Information about plays

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

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

{
    "id": 3541015,
    "uri": "https://api.kexp.org/v2/plays/3541015/?format=api",
    "airdate": "2025-08-17T00:40:42-07:00",
    "show": 64311,
    "show_uri": "https://api.kexp.org/v2/shows/64311/?format=api",
    "image_uri": "https://coverartarchive.org/release/6b60386e-54d7-4478-9fbe-2ef4b6c36781/27228362643-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6b60386e-54d7-4478-9fbe-2ef4b6c36781/27228362643-250.jpg",
    "song": "Insane",
    "track_id": null,
    "recording_id": "ca244245-73c5-4611-b4f4-272f20d1a0fd",
    "artist": "Rotten Sound",
    "artist_ids": [
        "4d2949b4-eb5f-4296-b71a-04603c6a9802"
    ],
    "album": "Murderworks",
    "release_id": null,
    "release_group_id": "e0a6107f-0471-3544-965c-17c15d1cb769",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2002-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rotten Sound will be performing at MDF 2026 and will be playing the best of Murderworks and Exit.\n\nhttps://www.rottensound.com/\nhttps://deathfests.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}