Information about plays

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

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

{
    "id": 3628670,
    "uri": "https://api.kexp.org/v2/plays/3628670/?format=api",
    "airdate": "2026-03-14T05:51:47-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://coverartarchive.org/release/a7b33578-a44a-47e8-bcb8-e1ba8eb848fc/9157237778-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a7b33578-a44a-47e8-bcb8-e1ba8eb848fc/9157237778-250.jpg",
    "song": "I’ll Be Your Sister",
    "track_id": null,
    "recording_id": "a9af694c-052c-43e5-a745-bf0ef76d860b",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Overkill",
    "release_id": null,
    "release_group_id": "c99d9663-dd14-3ba2-9d8c-10c8f8fa569b",
    "labels": [
        "Bronze"
    ],
    "label_ids": [
        "5f5334fe-9873-4be3-9650-8b1888a7ae25"
    ],
    "release_date": "1979-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}