Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/378755/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 378755,
    "uri": "https://api.kexp.org/v2/plays/378755/?format=api",
    "airdate": "2019-09-09T13:40:00-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Universal",
    "track_id": "52e3ea8c-8df8-431a-bc75-2ff1a3f5b870",
    "recording_id": null,
    "artist": "Ságan",
    "artist_ids": [
        "362ca208-de57-42ec-9605-1ce611acd167"
    ],
    "album": "Cada Célula",
    "release_id": "08935397-8c21-4bd6-b661-cbb5791e978f",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2015-06-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Sagan's KEXP in studio session record on May 2 2016. <br> https://bit.ly/2kAEd6p",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}