Information about plays

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

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

{
    "id": 350147,
    "uri": "https://api.kexp.org/v2/plays/350147/?format=api",
    "airdate": "2019-07-04T19:06:39-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk Away If You Want To",
    "track_id": "ef4c3826-9214-415c-b7a8-a3c4425ab2d0",
    "recording_id": null,
    "artist": "The Domino Kings",
    "artist_ids": [
        "56f6b005-7eab-4c43-a240-5aa0531f161c"
    ],
    "album": "Some Kind Of Sign",
    "release_id": "3bd2e1d3-d77f-48d7-9cb3-f26b7c4da9da",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}