Information about plays

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

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

{
    "id": 435930,
    "uri": "https://api.kexp.org/v2/plays/435930/?format=api",
    "airdate": "2001-06-18T12:37:30-07:00",
    "show": 7341,
    "show_uri": "https://api.kexp.org/v2/shows/7341/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inchoate Goes the Snow Route",
    "track_id": "7bc1e188-ab10-49e1-b792-382a7205302f",
    "recording_id": null,
    "artist": "The Revolutionary Hydra",
    "artist_ids": [
        "3e96a655-6af4-42dc-bbe7-8a10a43d56b3"
    ],
    "album": "The Antiphony",
    "release_id": "d99a803d-6368-45c1-a8ce-24c081605a92",
    "release_group_id": null,
    "labels": [
        "Elsinor Records"
    ],
    "label_ids": [
        "f0c87c8b-0de2-48ec-b76b-7e7427d1f7d9"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}