Information about plays

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

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

{
    "id": 3574546,
    "uri": "https://api.kexp.org/v2/plays/3574546/?format=api",
    "airdate": "2025-11-06T02:09:55-08:00",
    "show": 65034,
    "show_uri": "https://api.kexp.org/v2/shows/65034/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ad99229-a7b6-43d1-b8cc-96e3ec1f5dbd/15761931995-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ad99229-a7b6-43d1-b8cc-96e3ec1f5dbd/15761931995-250.jpg",
    "song": "Troglodyte (Cave Man)",
    "track_id": null,
    "recording_id": "9902da02-f182-4443-9875-111401ee5d85",
    "artist": "The Jimmy Castor Bunch",
    "artist_ids": [
        "60a6cae9-9fd2-4ec8-b890-2751f991c54b"
    ],
    "album": "It’s Just Begun",
    "release_id": null,
    "release_group_id": "a6399a76-858d-3384-8efd-5ad7492f9b00",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}