Information about plays

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

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

{
    "id": 355220,
    "uri": "https://api.kexp.org/v2/plays/355220/?format=api",
    "airdate": "2019-07-16T20:26:30-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Zindabad",
    "track_id": "479d8fb1-53cd-45f0-b0c9-a286317ee40f",
    "recording_id": null,
    "artist": "Red Baraat feat. Mandeep Sethi",
    "artist_ids": [
        "ce0f48ac-e0de-4ae5-a5d4-149173d731d5"
    ],
    "album": "Gaadi of Truth",
    "release_id": "6b870094-50ae-4eab-add4-1e22c3c417f1",
    "release_group_id": null,
    "labels": [
        "Sinj Records"
    ],
    "label_ids": [
        "ec0b5914-8f45-463e-a923-110ac4208765"
    ],
    "release_date": "2015-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Experience Red Baraat performing live in the KEXP studio. Recorded March 29, 2017 https://www.youtube.com/watch?v=bmfq6nM_Kss",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}