Information about plays

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

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

{
    "id": 2682736,
    "uri": "https://api.kexp.org/v2/plays/2682736/?format=api",
    "airdate": "2020-01-06T06:12:03-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Karma Police",
    "track_id": "cf889a5c-2a26-300b-94b5-c9d5e22d5c4a",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "OK Computer",
    "release_id": "d4635a34-caf5-3b35-9a5b-d805f1126633",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2009-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thom Yorke: \"Karma is important. The idea that something like karma exists makes me happy. It makes me smile. 'Karma Police' is dedicated to everyone who works for a big firm. It's a song against bosses.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}