Information about plays

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

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

{
    "id": 3544718,
    "uri": "https://api.kexp.org/v2/plays/3544718/?format=api",
    "airdate": "2025-08-25T17:26:09-07:00",
    "show": 64387,
    "show_uri": "https://api.kexp.org/v2/shows/64387/?format=api",
    "image_uri": "https://coverartarchive.org/release/68027672-f15f-4f1c-9f6b-e0775a3c29e6/36447803277-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/68027672-f15f-4f1c-9f6b-e0775a3c29e6/36447803277-250.jpg",
    "song": "A Love Song",
    "track_id": null,
    "recording_id": "b5726011-b8d6-4665-b9e2-7f89ddf3b65b",
    "artist": "Love Song",
    "artist_ids": [
        "515ce4ea-eeb3-4f1e-8e96-15178ed16293"
    ],
    "album": "Love Song",
    "release_id": null,
    "release_group_id": "97368ec3-354a-476c-ae1a-3457bf943c79",
    "labels": [
        "Ocean Records"
    ],
    "label_ids": [
        "822e7962-f35b-47e6-9aa7-0a41e0b513f4"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}