Information about plays

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

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

{
    "id": 3578712,
    "uri": "https://api.kexp.org/v2/plays/3578712/?format=api",
    "airdate": "2025-11-15T21:55:53-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7e351dd-1872-4b68-b513-0919b43bd82a/12038409993-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7e351dd-1872-4b68-b513-0919b43bd82a/12038409993-250.jpg",
    "song": "Throw It Away",
    "track_id": null,
    "recording_id": "0237a39f-ba27-4878-b486-74c5646c61c7",
    "artist": "Germs",
    "artist_ids": [
        "42c4b58d-2e28-41d4-bfe5-4edee68386cf"
    ],
    "album": "(MIA) The Complete Anthology",
    "release_id": null,
    "release_group_id": "691b115c-b9da-3210-8d60-1001e0e41f61",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1993-08-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out a clip of the Germs playing live that was featured in the 1980 documentary, \"The Decline of Western Civilization.\"\n\nhttps://youtu.be/3vuveZtlkKw?si=hv5v0AIlxcLXrSJ9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}