Information about plays

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

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

{
    "id": 1276439,
    "uri": "https://api.kexp.org/v2/plays/1276439/?format=api",
    "airdate": "2007-09-07T17:25:00-07:00",
    "show": 22339,
    "show_uri": "https://api.kexp.org/v2/shows/22339/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Generator",
    "track_id": "1d5a9f76-ee3b-45cb-9f8c-cc1106bd0ce6",
    "recording_id": null,
    "artist": "The Holloways",
    "artist_ids": [
        "ed0c90ee-4cc0-4928-8f61-93dbd7869eb9"
    ],
    "album": "Generator",
    "release_id": "34b2add5-2b08-4a10-9512-453304152ad1",
    "release_group_id": null,
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "2007-06-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}