Information about plays

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

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

{
    "id": 378976,
    "uri": "https://api.kexp.org/v2/plays/378976/?format=api",
    "airdate": "2019-09-10T03:56:19-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shelter",
    "track_id": "bd709616-1f2e-4dbd-9841-17ddc2fb6b73",
    "recording_id": null,
    "artist": "Mikal Cronin",
    "artist_ids": [
        "c1a217e0-4b3e-46d7-9613-6a14c9e70895"
    ],
    "album": "Seeker",
    "release_id": "ace8c523-7ee7-4819-806c-f6253b78d8a7",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read more about the song Mikal released after four years in March on KEXP: https://www.kexp.org/read/2019/3/26/mikal-cronin-shares-first-song-four-years-undertow/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}