Information about plays

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

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

{
    "id": 3546958,
    "uri": "https://api.kexp.org/v2/plays/3546958/?format=api",
    "airdate": "2025-08-30T23:58:37-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "https://coverartarchive.org/release/5fe1410d-b08d-3681-bb94-85b0a38a2da7/25142524979-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5fe1410d-b08d-3681-bb94-85b0a38a2da7/25142524979-250.jpg",
    "song": "Eat the Gun",
    "track_id": null,
    "recording_id": "ce4a6d55-3147-497a-844c-6e9f71534c9d",
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Overnight Sensation",
    "release_id": null,
    "release_group_id": "3ef9a6b9-5f12-3651-b0bd-409a476ff54e",
    "labels": [
        "Steamhammer"
    ],
    "label_ids": [
        "2a36fd7a-4de1-47ce-88d0-c315bba7a9f9"
    ],
    "release_date": "1996-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lemmy 4 Ever",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}