Information about plays

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

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

{
    "id": 2677772,
    "uri": "https://api.kexp.org/v2/plays/2677772/?format=api",
    "airdate": "2019-12-25T02:53:10-08:00",
    "show": 46221,
    "show_uri": "https://api.kexp.org/v2/shows/46221/?format=api",
    "image_uri": "https://coverartarchive.org/release/25f395fe-4680-4bd8-ae4e-b3e3b1f3e113/17891739375-250.jpg",
    "thumbnail_uri": "",
    "song": "Mind Hijacker's Curse",
    "track_id": "a0382aac-c1bb-47f3-91d1-691c3a9a3e67",
    "recording_id": null,
    "artist": "Chad VanGaalen",
    "artist_ids": [
        "d5c5c11b-153d-4f28-9525-db5ec1bfe0ad"
    ],
    "album": "Light Information",
    "release_id": "25f395fe-4680-4bd8-ae4e-b3e3b1f3e113",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Your mind was leaking out the door\nYou're so scared to be adored\nBut more scared to be alone\nShe's got nobody\nShe's got no place where she belongs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}