Information about plays

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

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

{
    "id": 3429328,
    "uri": "https://api.kexp.org/v2/plays/3429328/?format=api",
    "airdate": "2024-11-24T02:58:37-08:00",
    "show": 61932,
    "show_uri": "https://api.kexp.org/v2/shows/61932/?format=api",
    "image_uri": "https://ia800907.us.archive.org/17/items/mbid-b3ed48df-59e9-483f-85fd-c8e18ee0f118/mbid-b3ed48df-59e9-483f-85fd-c8e18ee0f118-8279976286_thumb500.jpg",
    "thumbnail_uri": "https://ia800907.us.archive.org/17/items/mbid-b3ed48df-59e9-483f-85fd-c8e18ee0f118/mbid-b3ed48df-59e9-483f-85fd-c8e18ee0f118-8279976286_thumb250.jpg",
    "song": "Trainwreck 1979",
    "track_id": "dc6d3c9e-4b5b-42fd-8690-f0a34777f6f2",
    "recording_id": "7b9e52bf-672a-4548-b535-8a073b334d2c",
    "artist": "Death From Above 1979",
    "artist_ids": [
        "92dc699f-fcbc-4278-afbe-40b5ad060a55"
    ],
    "album": "The Physical World",
    "release_id": "b3ed48df-59e9-483f-85fd-c8e18ee0f118",
    "release_group_id": "c57c63e1-b367-489a-a75f-ddd711e91174",
    "labels": [
        "Last Gang Records",
        "Warner Bros. Records"
    ],
    "label_ids": [
        "92218c9e-83bb-494d-afc2-f9475b64490d",
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2014-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Which came first, the trainwreck or the death from above in 1979?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}