Information about plays

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

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

{
    "id": 3623281,
    "uri": "https://api.kexp.org/v2/plays/3623281/?format=api",
    "airdate": "2026-02-28T03:02:08-08:00",
    "show": 66049,
    "show_uri": "https://api.kexp.org/v2/shows/66049/?format=api",
    "image_uri": "https://coverartarchive.org/release/6847a16f-dc31-4638-9c39-fb4176059a8b/39808959335-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6847a16f-dc31-4638-9c39-fb4176059a8b/39808959335-250.jpg",
    "song": "kisses (Daniel Avery Remix)",
    "track_id": null,
    "recording_id": "e2ed3bc2-065d-4e14-b933-f6f51efeabd9",
    "artist": "Slowdive",
    "artist_ids": [
        "a16371b9-7d36-497a-a9d4-42b0a0440c5e"
    ],
    "album": "kisses (Daniel Avery Remix) b/w kisses - sky ii",
    "release_id": null,
    "release_group_id": "c632ce14-4f46-4e1b-ac09-5fe93b1c8297",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2024-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New redux of this Slowdive staple. http://www.slowdiveofficial.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}