Information about plays

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

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

{
    "id": 414769,
    "uri": "https://api.kexp.org/v2/plays/414769/?format=api",
    "airdate": "2001-04-12T14:00:00-07:00",
    "show": 6917,
    "show_uri": "https://api.kexp.org/v2/shows/6917/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XEZWABYAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XEZWABYAL._SL75_.jpg",
    "song": "Soul Bomb",
    "track_id": "32410c42-0163-4a1b-b166-f44340140362",
    "recording_id": null,
    "artist": "Zoobombs",
    "artist_ids": [
        "9b294a64-fd64-4285-baae-da4d4d06d587"
    ],
    "album": "Let It Bomb",
    "release_id": "ff05e02b-cfa3-4ef0-94b9-f0e0c6362a41",
    "release_group_id": null,
    "labels": [
        "Emperor Norton"
    ],
    "label_ids": [
        "9066eb2b-916d-481b-9d25-46c43c6131ef"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}