Information about plays

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

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

{
    "id": 3593353,
    "uri": "https://api.kexp.org/v2/plays/3593353/?format=api",
    "airdate": "2025-12-20T04:58:55-08:00",
    "show": 65425,
    "show_uri": "https://api.kexp.org/v2/shows/65425/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd9d920c-f054-411c-84c6-69ffa8e426cb/15139411098-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bd9d920c-f054-411c-84c6-69ffa8e426cb/15139411098-250.jpg",
    "song": "Christmas Song",
    "track_id": null,
    "recording_id": "4450efc8-e5a9-4e7b-b480-d079be01b698",
    "artist": "Mogwai",
    "artist_ids": [
        "d700b3f5-45af-4d02-95ed-57d301bda93e"
    ],
    "album": "EP+6",
    "release_id": null,
    "release_group_id": "d05437df-e0b4-36a9-8188-f6b4388bb8a2",
    "labels": [
        "Imperial Records"
    ],
    "label_ids": [
        "7574e437-2b8e-4abe-9a82-a308f3bbaa4f"
    ],
    "release_date": "2000-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}