Information about plays

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

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

{
    "id": 374024,
    "uri": "https://api.kexp.org/v2/plays/374024/?format=api",
    "airdate": "2019-08-29T14:56:39-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fitter Happier",
    "track_id": "07626f55-bf66-3bdd-b168-1911833ef855",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "OK Computer",
    "release_id": "175d6ac9-7185-357c-af04-5887dc3ea788",
    "release_group_id": null,
    "labels": [
        "東芝EMI 株式会社"
    ],
    "label_ids": [
        "d5a60c75-26e2-4363-a5db-58c12b578cd5"
    ],
    "release_date": "2006-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Radiohead are my favorite artist, so themes of fear, alienation and loss are with me on pretty much every walk I take.However, the dialectical impact of their music has always been life-affirming for me.\" - Nathan from 'fiiter.happier'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}