Information about plays

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

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

{
    "id": 3569604,
    "uri": "https://api.kexp.org/v2/plays/3569604/?format=api",
    "airdate": "2025-10-25T02:34:51-07:00",
    "show": 64925,
    "show_uri": "https://api.kexp.org/v2/shows/64925/?format=api",
    "image_uri": "https://coverartarchive.org/release/e4bad04f-aa9f-4041-97b4-2362d1ad3d1e/33894881172-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e4bad04f-aa9f-4041-97b4-2362d1ad3d1e/33894881172-250.jpg",
    "song": "Endless",
    "track_id": null,
    "recording_id": "cab2f45e-a666-476a-9f0d-e9ae0b64eba3",
    "artist": "Gods of Technology",
    "artist_ids": [
        "4a0e91e0-2c0f-4958-8aa7-fda5b833453c"
    ],
    "album": "808s & Altered States EP",
    "release_id": null,
    "release_group_id": "358ab554-2ff5-4591-9c99-e36d4c6ab75b",
    "labels": [
        "Battle Trax"
    ],
    "label_ids": [
        "a55fcc50-97c2-4e57-92a9-90706c7fc90f"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://battletrax.bandcamp.com/album/gods-of-technology-808s-altered-states-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}