Information about plays

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

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

{
    "id": 342797,
    "uri": "https://api.kexp.org/v2/plays/342797/?format=api",
    "airdate": "2019-06-18T03:35:00-07:00",
    "show": 5717,
    "show_uri": "https://api.kexp.org/v2/shows/5717/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Born Under a Bad Sign",
    "track_id": "c6a01bc9-de19-31d1-af7b-162a23afb63b",
    "recording_id": null,
    "artist": "Albert King",
    "artist_ids": [
        "10f89195-3af1-46f5-aa36-504aa3309f5a"
    ],
    "album": "Born Under a Bad Sign",
    "release_id": "9f9ec056-1613-4f5d-9341-56e8a68708e3",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [],
    "release_date": "1967-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the three performers known as the \"Kings of The Blues\" -- Albert King, B.B. King, and Freddie King -- who was posthumously inducted into the Rock and Roll Hall of Fame (in 2013).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}