Information about plays

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

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

{
    "id": 3548892,
    "uri": "https://api.kexp.org/v2/plays/3548892/?format=api",
    "airdate": "2025-09-04T15:55:30-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://coverartarchive.org/release/1f52643e-ceac-4afa-9587-14591bc1d515/20097660474-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1f52643e-ceac-4afa-9587-14591bc1d515/20097660474-250.jpg",
    "song": "Long as I Can See the Light",
    "track_id": null,
    "recording_id": "94de0225-caee-48cd-9f59-429fd69e1824",
    "artist": "Creedence Clearwater Revival",
    "artist_ids": [
        "109958eb-a335-4c5e-907e-597ff4c6af46"
    ],
    "album": "Creedence Clearwater Revival 21st Anniversary: The Ultimate Collection",
    "release_id": null,
    "release_group_id": "1122d446-3b2e-36c1-97fc-1c1999e294b5",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1990-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moby sampled  the drums from this John Fogerty classic for \"The Sky Is Broken.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}