Information about plays

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

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

{
    "id": 353619,
    "uri": "https://api.kexp.org/v2/plays/353619/?format=api",
    "airdate": "2019-07-12T21:42:55-07:00",
    "show": 5891,
    "show_uri": "https://api.kexp.org/v2/shows/5891/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Extrahelladope ft. Helladope x Jarv Dee",
    "track_id": "cd0b4cda-2012-4347-8747-b5b5e8ad77fc",
    "recording_id": null,
    "artist": "State Of The Artist",
    "artist_ids": [
        "4e88702e-56e0-483a-9e91-2436e9fe44ae"
    ],
    "album": "SEACAL (Album)",
    "release_id": "5500b61e-641e-4edb-b328-7235f67572b9",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2010-04-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Throwback to 2010 with the video for State Of The Artist's 'Extrahelladope': https://www.youtube.com/watch?v=jPoDPLe7ANE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}