Information about plays

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

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

{
    "id": 3606192,
    "uri": "https://api.kexp.org/v2/plays/3606192/?format=api",
    "airdate": "2026-01-19T00:23:45-08:00",
    "show": 65694,
    "show_uri": "https://api.kexp.org/v2/shows/65694/?format=api",
    "image_uri": "https://coverartarchive.org/release/f44aea4f-3e9a-4baa-bb45-678af21206bf/10348298292-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f44aea4f-3e9a-4baa-bb45-678af21206bf/10348298292-250.jpg",
    "song": "One in a Million (Nitebreed Bootleg mix)",
    "track_id": null,
    "recording_id": "6a0e12e8-a796-41f9-8548-e70e38448033",
    "artist": "Aaliyah",
    "artist_ids": [
        "bc85da58-52d9-457d-ae8d-5d8d4ec870a9"
    ],
    "album": "One in a Million",
    "release_id": null,
    "release_group_id": "137480a6-35e7-3daa-a4df-57db2f821892",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}