Information about plays

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

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

{
    "id": 533891,
    "uri": "https://api.kexp.org/v2/plays/533891/?format=api",
    "airdate": "2002-04-02T14:41:48-08:00",
    "show": 9249,
    "show_uri": "https://api.kexp.org/v2/shows/9249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who'll be the Next in Line?",
    "track_id": null,
    "recording_id": null,
    "artist": "Queens of the Stone Age",
    "artist_ids": [
        "7dc8f5bd-9d0b-4087-9f73-dc164950bbd8"
    ],
    "album": "Where I Belong: the Story of Ray Davies ",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}