Information about plays

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

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

{
    "id": 351302,
    "uri": "https://api.kexp.org/v2/plays/351302/?format=api",
    "airdate": "2019-07-07T12:12:55-07:00",
    "show": 5854,
    "show_uri": "https://api.kexp.org/v2/shows/5854/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holy Moly",
    "track_id": "2fcc94c1-1dca-4fb0-8855-6061f663ab3b",
    "recording_id": null,
    "artist": "Chris Staples",
    "artist_ids": [
        "6497d95c-a383-4e8a-8302-724a90264aa8"
    ],
    "album": "Holy Moly",
    "release_id": "b5092bd9-7432-4819-b986-64bdf50301b3",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}