Information about plays

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

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

{
    "id": 369352,
    "uri": "https://api.kexp.org/v2/plays/369352/?format=api",
    "airdate": "2019-08-19T06:01:17-07:00",
    "show": 6159,
    "show_uri": "https://api.kexp.org/v2/shows/6159/?format=api",
    "image_uri": "http://coverartarchive.org/release/7f72463d-0cf8-399a-b720-3a0dcaaa8e91/2963747727-250.jpg",
    "thumbnail_uri": "",
    "song": "The Birth and Death of the Day (Jesu mix)",
    "track_id": "74188322-2b0f-3304-a356-1c280fd91ca9",
    "recording_id": null,
    "artist": "Explosions in the Sky",
    "artist_ids": [
        "4236acde-2ce2-441c-a3d4-38d55f1b5474"
    ],
    "album": "All of a Sudden I Miss Everyone",
    "release_id": "7f72463d-0cf8-399a-b720-3a0dcaaa8e91",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2007-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Explosions In The Sky are marking their 20th anniversary of forming as a band this year. They played their first show at the University of Texas’ student radio station in the summer of 1999. For you west coasters, they're playing a few dates in California in September. http://www.explosionsinthesky.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}