Information about plays

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

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

{
    "id": 377011,
    "uri": "https://api.kexp.org/v2/plays/377011/?format=api",
    "airdate": "2019-09-05T13:07:40-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "http://coverartarchive.org/release/82f10de8-fa06-4894-978b-11a82143be53/22823775008-250.jpg",
    "thumbnail_uri": "",
    "song": "Seven Devils",
    "track_id": "020cc293-a345-41df-8737-2a47dd4229fd",
    "recording_id": null,
    "artist": "Kevin Morby",
    "artist_ids": [
        "eac962e1-0295-4e69-a266-4dab2adb4f11"
    ],
    "album": "Oh My God",
    "release_id": "82f10de8-fa06-4894-978b-11a82143be53",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kevin Morby performed live in the KEXP studio in May of this year. You can watch his full performance here: https://www.youtube.com/watch?v=0cbRpsnhM58&t=8s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}