Information about plays

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

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

{
    "id": 3530928,
    "uri": "https://api.kexp.org/v2/plays/3530928/?format=api",
    "airdate": "2025-07-24T00:08:42-07:00",
    "show": 64095,
    "show_uri": "https://api.kexp.org/v2/shows/64095/?format=api",
    "image_uri": "https://coverartarchive.org/release/fbf6b653-5672-43c0-9ffd-f07c9361b396/14999247052-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fbf6b653-5672-43c0-9ffd-f07c9361b396/14999247052-250.jpg",
    "song": "I Must Not Think Bad Thoughts",
    "track_id": null,
    "recording_id": "399626ff-fe02-447c-b036-4d9d12032222",
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "More Fun in the New World",
    "release_id": null,
    "release_group_id": "896b3d54-5cd6-3364-b252-98329e98fb1d",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1983-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}