Information about plays

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

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

{
    "id": 3656254,
    "uri": "https://api.kexp.org/v2/plays/3656254/?format=api",
    "airdate": "2026-05-18T04:32:58-07:00",
    "show": 66748,
    "show_uri": "https://api.kexp.org/v2/shows/66748/?format=api",
    "image_uri": "https://coverartarchive.org/release/74b206e1-38d6-3131-b8fb-b5aa910012f5/10480607188-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/74b206e1-38d6-3131-b8fb-b5aa910012f5/10480607188-250.jpg",
    "song": "What Time Is Love?",
    "track_id": null,
    "recording_id": null,
    "artist": "The KLF",
    "artist_ids": [
        "8092b8b7-235e-4844-9f72-95a9d5a73dbf"
    ],
    "album": "The White Room",
    "release_id": null,
    "release_group_id": "30e20b6b-778b-3d6a-aa72-3f821a8dd538",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1991-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The eternal question",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}