Information about plays

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

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

{
    "id": 3561469,
    "uri": "https://api.kexp.org/v2/plays/3561469/?format=api",
    "airdate": "2025-10-05T01:36:52-07:00",
    "show": 64749,
    "show_uri": "https://api.kexp.org/v2/shows/64749/?format=api",
    "image_uri": "https://coverartarchive.org/release/23bbb622-de3e-4e32-b059-937ff4f042fe/28545236376-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/23bbb622-de3e-4e32-b059-937ff4f042fe/28545236376-250.jpg",
    "song": "Medusa",
    "track_id": null,
    "recording_id": "7faec4ee-8602-46c0-b3a4-b0c147e56793",
    "artist": "Anthrax",
    "artist_ids": [
        "b616d6f0-ec1f-4c69-8a79-12a97ece7372"
    ],
    "album": "Spreading the Disease",
    "release_id": null,
    "release_group_id": "5ebc6b4f-6b03-3202-86ac-a999408143fe",
    "labels": [
        "Megaforce Records"
    ],
    "label_ids": [
        "3026ea4c-bc77-4116-b50f-b4d42a8f5227"
    ],
    "release_date": "1985-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anthrax played one of Ozzy's last shows with him.\n\nhttps://www.anthrax.com/news",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}