Information about plays

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

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

{
    "id": 466308,
    "uri": "https://api.kexp.org/v2/plays/466308/?format=api",
    "airdate": "2001-09-15T00:20:00-07:00",
    "show": 7928,
    "show_uri": "https://api.kexp.org/v2/shows/7928/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "21",
    "track_id": "14acca27-ab27-4239-88e5-5b52f8ef0f1c",
    "recording_id": null,
    "artist": "John Zorn & Bobby Previte",
    "artist_ids": [
        "3f207be0-7160-4297-95bb-c07f6cb57ddd"
    ],
    "album": "Euclid's Nightmare",
    "release_id": "eba1a61f-ed9e-4e66-9faa-5804a2074d5f",
    "release_group_id": null,
    "labels": [
        "Depth of Field"
    ],
    "label_ids": [
        "807ca690-3cba-46c9-8f6f-c6b0d9fb330e"
    ],
    "release_date": "1997-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}