Information about plays

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

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

{
    "id": 381563,
    "uri": "https://api.kexp.org/v2/plays/381563/?format=api",
    "airdate": "2019-09-16T10:52:01-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "http://coverartarchive.org/release/e5649211-2ae2-3711-baed-ee7d3369f001/4098489859-250.jpg",
    "thumbnail_uri": "",
    "song": "It Ain’t Like That",
    "track_id": "6b70407f-4fcd-3cb7-9bcd-c78c9a28b1b5",
    "recording_id": null,
    "artist": "Alice in Chains",
    "artist_ids": [
        "4bd95eea-b9f6-4d70-a36c-cfea77431553"
    ],
    "album": "Facelift",
    "release_id": "e5649211-2ae2-3711-baed-ee7d3369f001",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Alice and Chains are playing Wamu Theater this Friday September 20th 2019. Info/Tickets: https://bit.ly/2koyH6S",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}