Information about plays

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

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

{
    "id": 3552785,
    "uri": "https://api.kexp.org/v2/plays/3552785/?format=api",
    "airdate": "2025-09-14T01:57:25-07:00",
    "show": 64557,
    "show_uri": "https://api.kexp.org/v2/shows/64557/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7ac743e-6c3c-41a0-8553-18517cade7dc/23656788016-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b7ac743e-6c3c-41a0-8553-18517cade7dc/23656788016-250.jpg",
    "song": "The Echoes Waned",
    "track_id": null,
    "recording_id": "b280d939-905d-405d-bcbc-7fa55d6ea538",
    "artist": "Ails",
    "artist_ids": [
        "91c502e3-26f5-4d98-aa8b-4d038426827f"
    ],
    "album": "The Unraveling",
    "release_id": null,
    "release_group_id": "f16157dc-ee90-4480-9a3c-6257075416b2",
    "labels": [
        "The Flenser"
    ],
    "label_ids": [
        "ebcfe512-d267-4964-9642-3863c64e6674"
    ],
    "release_date": "2018-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Chris\n\nProject featuring members of Ludicra and Amarok.\n\nhttps://theflenser.bandcamp.com/album/the-unraveling",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}