Information about plays

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

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

{
    "id": 3422430,
    "uri": "https://api.kexp.org/v2/plays/3422430/?format=api",
    "airdate": "2024-11-07T08:11:42-08:00",
    "show": 61786,
    "show_uri": "https://api.kexp.org/v2/shows/61786/?format=api",
    "image_uri": "https://ia601501.us.archive.org/2/items/mbid-7dd14334-c701-42e7-8c55-5e858be73f6a/mbid-7dd14334-c701-42e7-8c55-5e858be73f6a-38026363119_thumb500.jpg",
    "thumbnail_uri": "https://ia601501.us.archive.org/2/items/mbid-7dd14334-c701-42e7-8c55-5e858be73f6a/mbid-7dd14334-c701-42e7-8c55-5e858be73f6a-38026363119_thumb250.jpg",
    "song": "Clampdown",
    "track_id": "3e524aed-2437-388b-9029-ca4a8d068a9b",
    "recording_id": "e3bbd499-d80f-4964-a42f-664b15a5b72d",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "London Calling",
    "release_id": "7dd14334-c701-42e7-8c55-5e858be73f6a",
    "release_group_id": "8d73e45e-7ca1-3cb4-ae28-6da76196c17c",
    "labels": [
        "Epic",
        "Legacy"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2004-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joe Strummer claims that the \"nuclear meltdown at Three Mile Island got me started\" on this song. The incident in question was a massive atomic accident at the Three Mile Island nuclear power plant in Harrisburg, Pennsylvania, one that is referenced by name in the lyrics ('Yeah I'm working hard in Harrisburg... waiting to be melted down...').\n\nhttps://bit.ly/3vsW5yY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}