Information about plays

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

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

{
    "id": 3551475,
    "uri": "https://api.kexp.org/v2/plays/3551475/?format=api",
    "airdate": "2025-09-11T00:08:37-07:00",
    "show": 64529,
    "show_uri": "https://api.kexp.org/v2/shows/64529/?format=api",
    "image_uri": "https://coverartarchive.org/release/5ddfeb1d-c412-458d-98c9-fbdd389a5af6/14677282249-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5ddfeb1d-c412-458d-98c9-fbdd389a5af6/14677282249-250.jpg",
    "song": "Ever Since You Told Me That You Love Me (I'm a Nut)",
    "track_id": null,
    "recording_id": "47bd2761-0233-4e21-ae70-060458736961",
    "artist": "Tiny Tim",
    "artist_ids": [
        "2f2f7eb6-37c3-446e-8288-f88f76295c2a"
    ],
    "album": "God Bless Tiny Tim",
    "release_id": null,
    "release_group_id": "def56c3e-e7a3-3c7c-94b9-d0b6a45b376a",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}