Information about plays

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

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

{
    "id": 3548585,
    "uri": "https://api.kexp.org/v2/plays/3548585/?format=api",
    "airdate": "2025-09-03T21:53:16-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "https://coverartarchive.org/release/802d27f0-8d4f-4540-a290-cd69aa018cef/27065504868-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/802d27f0-8d4f-4540-a290-cd69aa018cef/27065504868-250.jpg",
    "song": "Half Forgotten Daydreams",
    "track_id": null,
    "recording_id": "1f469d50-fc83-48b3-a80f-3b989f417b09",
    "artist": "John Cameron",
    "artist_ids": [
        "d3ef533e-ddab-4008-8919-1f586f9b5a27"
    ],
    "album": "Unusual Sounds",
    "release_id": null,
    "release_group_id": "25daa51c-8baf-4492-9e27-de9c78a4363f",
    "labels": [
        "Anthology Recordings"
    ],
    "label_ids": [
        "da619c67-1af7-4c79-b1f4-5df7b4bfb870"
    ],
    "release_date": "2018-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "classic 1970s library music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}