Information about plays

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

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

{
    "id": 351964,
    "uri": "https://api.kexp.org/v2/plays/351964/?format=api",
    "airdate": "2019-07-09T04:45:57-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "http://coverartarchive.org/release/47c158ca-0aa3-4ca9-b7ef-7f7ac37cece1/16251264282-250.jpg",
    "thumbnail_uri": "",
    "song": "Let There Be Rock",
    "track_id": "81db84d2-9e42-387d-9b16-5acba08745c3",
    "recording_id": null,
    "artist": "Drive-By Truckers",
    "artist_ids": [
        "8eae1e0a-1696-4532-9e3c-0a072217ef4c"
    ],
    "album": "Southern Rock Opera",
    "release_id": "47c158ca-0aa3-4ca9-b7ef-7f7ac37cece1",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Drive-By Truckers - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=mIQdsR05YEM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}