Information about plays

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

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

{
    "id": 355522,
    "uri": "https://api.kexp.org/v2/plays/355522/?format=api",
    "airdate": "2019-07-17T08:20:29-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ship of Fools",
    "track_id": "a99b88bc-ec61-31e0-87a4-a28393a70391",
    "recording_id": null,
    "artist": "World Party",
    "artist_ids": [
        "f7691e08-2824-4e40-b126-4e4a20675036"
    ],
    "album": "History of the World Party",
    "release_id": "1f671ed7-3ee8-4a90-b1ad-9e5bf61c9244",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Karl Wallinger, who records as World Party, was live in the KEXP studio back in 2012. Watch here: https://www.youtube.com/watch?v=rdhjXdqqjkk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}