Information about plays

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

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

{
    "id": 532681,
    "uri": "https://api.kexp.org/v2/plays/532681/?format=api",
    "airdate": "2002-03-29T20:45:02-08:00",
    "show": 9222,
    "show_uri": "https://api.kexp.org/v2/shows/9222/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512VdPMIxiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512VdPMIxiL._SL75_.jpg",
    "song": "Poon-Tang",
    "track_id": "d9ca50b9-30b1-4bb4-a4f7-0eed44f00141",
    "recording_id": null,
    "artist": "Deke Dickerson and The Ecco-Fonics",
    "artist_ids": [
        "aa5e6d6c-2efa-4f51-8cd7-b1d0ce87816f"
    ],
    "album": "Number One Hit Record!",
    "release_id": "73738790-874f-42ce-b69a-18ca99b4b339",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "1998-10-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}