Information about plays

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

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

{
    "id": 2680344,
    "uri": "https://api.kexp.org/v2/plays/2680344/?format=api",
    "airdate": "2019-12-31T09:05:44-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2b8ec0f-d6e2-4af4-ad04-cb5e002277f1/13983455426-250.jpg",
    "thumbnail_uri": "",
    "song": "Flowers In My Hair, Demons In My Head",
    "track_id": "1ea51aae-27cf-4d39-b354-b12d83cb303f",
    "recording_id": null,
    "artist": "The Mystery Lights",
    "artist_ids": [
        "9285e35e-275c-413f-aec5-a7172fb94577"
    ],
    "album": "The Mystery Lights",
    "release_id": "f2b8ec0f-d6e2-4af4-ad04-cb5e002277f1",
    "release_group_id": null,
    "labels": [
        "Wick Records"
    ],
    "label_ids": [
        "2b1b25ee-c923-4cb9-86e1-3c4dad394ce5"
    ],
    "release_date": "2016-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}