Information about plays

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

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

{
    "id": 3569965,
    "uri": "https://api.kexp.org/v2/plays/3569965/?format=api",
    "airdate": "2025-10-25T21:29:20-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://coverartarchive.org/release/944d9f98-c202-428d-9e7e-997f81678bd8/42280537163-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/944d9f98-c202-428d-9e7e-997f81678bd8/42280537163-250.jpg",
    "song": "I Cyclops",
    "track_id": null,
    "recording_id": "c13dad83-b88c-496b-bd02-5854e449bdaf",
    "artist": "Guerrilla Teens",
    "artist_ids": [
        "564ef423-58c3-4b36-ad84-1e875a990913"
    ],
    "album": "Monkey's Paw",
    "release_id": null,
    "release_group_id": "eb184e7a-68d2-4888-bd35-9fbbddfba127",
    "labels": [
        "Heavy Medication"
    ],
    "label_ids": [
        "1d28a1b5-cf24-4a1f-8e54-f8411b6ece0f"
    ],
    "release_date": "2025-03-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland band featuring former members of The Humpers\n\nhttps://guerrillateens.bandcamp.com/album/monkeys-paw\nhttps://www.facebook.com/people/Guerrilla-Teens/100057052313560/#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}