Information about plays

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

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

{
    "id": 357460,
    "uri": "https://api.kexp.org/v2/plays/357460/?format=api",
    "airdate": "2019-07-22T02:17:22-07:00",
    "show": 5960,
    "show_uri": "https://api.kexp.org/v2/shows/5960/?format=api",
    "image_uri": "http://coverartarchive.org/release/4dbb1b72-fe4f-4530-8157-2bc3956c6ec1/20907152133-250.jpg",
    "thumbnail_uri": "",
    "song": "Moon 2",
    "track_id": "2473ceb2-d3a8-42d6-a9fd-fde49f9d78ea",
    "recording_id": null,
    "artist": "Ava Luna",
    "artist_ids": [
        "3be4432d-5dcd-489d-80ee-a6c2ed13ba76"
    ],
    "album": "Moon 2",
    "release_id": "4dbb1b72-fe4f-4530-8157-2bc3956c6ec1",
    "release_group_id": null,
    "labels": [
        "Western Vinyl"
    ],
    "label_ids": [
        "c4126b4a-ac23-429c-ba19-148fd287def8"
    ],
    "release_date": "2018-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Apollo 11 Moon land anniv on july 20th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}