Information about plays

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

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

{
    "id": 378797,
    "uri": "https://api.kexp.org/v2/plays/378797/?format=api",
    "airdate": "2019-09-09T16:15:39-07:00",
    "show": 6306,
    "show_uri": "https://api.kexp.org/v2/shows/6306/?format=api",
    "image_uri": "http://coverartarchive.org/release/b2cae394-631f-47d1-9290-26b33582244c/22872382101-250.jpg",
    "thumbnail_uri": "",
    "song": "Yolcu",
    "track_id": "c8b87024-1248-42c8-a7e9-71c8a0618431",
    "recording_id": null,
    "artist": "Altın Gün",
    "artist_ids": [
        "cd5799f6-e6cf-4322-a659-96f5de4a2f6c"
    ],
    "album": "Gece",
    "release_id": "b2cae394-631f-47d1-9290-26b33582244c",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anatolian band out of Holland. Check out this performance from Trans Musicales a few years back. https://www.youtube.com/watch?v=_J5-57lRxAM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}