Information about plays

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

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

{
    "id": 416744,
    "uri": "https://api.kexp.org/v2/plays/416744/?format=api",
    "airdate": "2001-04-20T14:00:00-07:00",
    "show": 6955,
    "show_uri": "https://api.kexp.org/v2/shows/6955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Search's End",
    "track_id": "56b75a3d-9f61-4fe7-85e0-6876be435bcf",
    "recording_id": null,
    "artist": "The Wiseguys",
    "artist_ids": [
        "ca9b9b7b-5fd8-4760-91cb-9d6d1db245bd"
    ],
    "album": "The Antidote",
    "release_id": "aa1bfb87-e4de-480b-8653-231dd509bab3",
    "release_group_id": null,
    "labels": [
        "Ideal"
    ],
    "label_ids": [
        "2bbaab2a-2e4c-4c3c-ac88-460b0c2aec4e"
    ],
    "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"
}