Information about plays

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

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

{
    "id": 343356,
    "uri": "https://api.kexp.org/v2/plays/343356/?format=api",
    "airdate": "2019-06-19T07:34:02-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hungry Ghost",
    "track_id": "c63e7e6a-d052-4340-ab59-0f285491b14b",
    "recording_id": null,
    "artist": "Hurray for the Riff Raff",
    "artist_ids": [
        "b053efc9-e8ea-474a-981f-a3c6fffcc694"
    ],
    "album": "The Navigator",
    "release_id": "02ac0c1c-c4b2-4305-b194-61036dd27f17",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2017-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hurray for the Riff Raff is an Americana band from New Orleans, Louisiana. Watch them perform \"Hungry Ghost\" live during this KEXP in-studio performance from 2017: https://www.youtube.com/watch?v=-mcgFCXzbYM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}