Information about plays

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

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

{
    "id": 350266,
    "uri": "https://api.kexp.org/v2/plays/350266/?format=api",
    "airdate": "2019-07-05T01:37:37-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "http://coverartarchive.org/release/3e09b06f-825c-45a4-bd50-9327f1159591/13875733591-250.jpg",
    "thumbnail_uri": "",
    "song": "Decks Dark",
    "track_id": "597092e9-7381-4eb0-8074-5009b6b841c1",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "A Moon Shaped Pool",
    "release_id": "3e09b06f-825c-45a4-bd50-9327f1159591",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2016-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}