Information about plays

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

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

{
    "id": 3523249,
    "uri": "https://api.kexp.org/v2/plays/3523249/?format=api",
    "airdate": "2025-07-05T23:57:18-07:00",
    "show": 63933,
    "show_uri": "https://api.kexp.org/v2/shows/63933/?format=api",
    "image_uri": "https://coverartarchive.org/release/543690f5-011c-3679-8e23-4a8e94cbe0a9/4181399824-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/543690f5-011c-3679-8e23-4a8e94cbe0a9/4181399824-250.jpg",
    "song": "Talking Head",
    "track_id": null,
    "recording_id": "08ffdcb5-22ca-4214-97f7-aec248f5eda2",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Bomber",
    "release_id": null,
    "release_group_id": "973143a1-759e-3b3c-91df-322c5c86b62d",
    "labels": [
        "Bronze"
    ],
    "label_ids": [
        "5f5334fe-9873-4be3-9650-8b1888a7ae25"
    ],
    "release_date": "1979-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}