Information about plays

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

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

{
    "id": 3594552,
    "uri": "https://api.kexp.org/v2/plays/3594552/?format=api",
    "airdate": "2025-12-22T17:18:52-08:00",
    "show": 65450,
    "show_uri": "https://api.kexp.org/v2/shows/65450/?format=api",
    "image_uri": "https://coverartarchive.org/release/0ca3bba4-c251-44ce-b4ce-a8bf77a5b278/36182129896-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0ca3bba4-c251-44ce-b4ce-a8bf77a5b278/36182129896-250.jpg",
    "song": "No Sleep (Soul Clap Dub)",
    "track_id": null,
    "recording_id": null,
    "artist": "Soul Clap",
    "artist_ids": [
        "99e23896-0a24-4f2a-a058-77bbbf2fb75a"
    ],
    "album": "No Sleep",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soul Clap Records"
    ],
    "label_ids": [],
    "release_date": "2025-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://soulclap.bandcamp.com/album/no-sleep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}