Information about plays

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

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

{
    "id": 344294,
    "uri": "https://api.kexp.org/v2/plays/344294/?format=api",
    "airdate": "2019-06-21T09:11:44-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sympathy for the Devil",
    "track_id": "f0f2d7e3-b792-4725-8dad-3fb30e966100",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Beggars Banquet",
    "release_id": "e033b47f-e278-479d-b88d-ae49ac1ac0f4",
    "release_group_id": null,
    "labels": [
        "ABKCO"
    ],
    "label_ids": [
        "048df3b9-10b0-4d60-b484-8e29b18f6100"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Wikipedia, \"Sympathy for the Devil\" is a song by English rock band The Rolling Stones, but I don't see any references I trust, so I'll keep looking for info on this track. Heck, I have over 6 minutes and 13 seconds,so  I should be able to find something. Oops, ran out of time. Track length 6:18",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}