Information about plays

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

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

{
    "id": 453566,
    "uri": "https://api.kexp.org/v2/plays/453566/?format=api",
    "airdate": "2001-08-08T17:33:20-07:00",
    "show": 7674,
    "show_uri": "https://api.kexp.org/v2/shows/7674/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What You Gonna Do?",
    "track_id": "62d49007-818a-47d3-84d5-5cbdca5342e3",
    "recording_id": null,
    "artist": "Buckwheat Zydeco",
    "artist_ids": [
        "ca2b920b-702a-4c4a-9e22-a07e052b4fd8"
    ],
    "album": "The Buckwheat Zydeco Story",
    "release_id": "3eed2f31-8b64-47c7-ba5a-860f099c9484",
    "release_group_id": null,
    "labels": [
        "Tomorrow"
    ],
    "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"
}