Information about plays

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

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

{
    "id": 1286963,
    "uri": "https://api.kexp.org/v2/plays/1286963/?format=api",
    "airdate": "2007-10-04T17:07:06-07:00",
    "show": 22518,
    "show_uri": "https://api.kexp.org/v2/shows/22518/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Killer Cars",
    "track_id": "d7c70af9-1445-4282-af4e-455856480648",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Oxford's Angels",
    "release_id": "bf26c0ca-38f1-4d82-bdf1-a92b334bfb27",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}