Information about plays

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

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

{
    "id": 3636648,
    "uri": "https://api.kexp.org/v2/plays/3636648/?format=api",
    "airdate": "2026-04-01T23:40:44-07:00",
    "show": 66341,
    "show_uri": "https://api.kexp.org/v2/shows/66341/?format=api",
    "image_uri": "https://coverartarchive.org/release/96920df7-132f-4a08-b4f1-cee40ab610d9/15089190799-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96920df7-132f-4a08-b4f1-cee40ab610d9/15089190799-250.jpg",
    "song": "Fly Me to the Moon",
    "track_id": null,
    "recording_id": "8a1ed48c-c97e-426a-87c9-cd34b5702d84",
    "artist": "Lyn Collins",
    "artist_ids": [
        "dba14974-c3a7-43db-8de4-cfa996c1b05c"
    ],
    "album": "Think (About It)",
    "release_id": null,
    "release_group_id": "8ef2c03f-70c5-341d-a820-09df29b09dfb",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1972-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}