Information about plays

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

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

{
    "id": 352604,
    "uri": "https://api.kexp.org/v2/plays/352604/?format=api",
    "airdate": "2019-07-10T14:32:10-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "http://coverartarchive.org/release/21894d5f-6bb1-4b1e-98fe-4df6d619c9ea/22129853624-250.jpg",
    "thumbnail_uri": "",
    "song": "Terrified",
    "track_id": "19d92aa6-0ae9-4aee-b341-347756a5f132",
    "recording_id": null,
    "artist": "Tamaryn",
    "artist_ids": [
        "ec0b5da9-c023-45b7-b5ac-f53657a42938"
    ],
    "album": "Dreaming the Dark",
    "release_id": "21894d5f-6bb1-4b1e-98fe-4df6d619c9ea",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tamaryn's latest album interweaves 90s electronic beats, shoegaze, synthpop with a gothic new-wave soundscape.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}