Information about plays

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

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

{
    "id": 3527487,
    "uri": "https://api.kexp.org/v2/plays/3527487/?format=api",
    "airdate": "2025-07-15T23:22:56-07:00",
    "show": 64025,
    "show_uri": "https://api.kexp.org/v2/shows/64025/?format=api",
    "image_uri": "https://coverartarchive.org/release/6b538b5c-0bc7-4e01-b765-37dacde42385/25932759649-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6b538b5c-0bc7-4e01-b765-37dacde42385/25932759649-250.jpg",
    "song": "Just Kissed My Baby",
    "track_id": null,
    "recording_id": "c415e128-16fa-4c35-b5f2-df3e70d17417",
    "artist": "The Meters",
    "artist_ids": [
        "851827d6-ae31-4093-a166-1420cac610a4"
    ],
    "album": "Gettin' Funkier All the Time: The Complete Josie/Reprise & Warner Recordings 1968-1977",
    "release_id": null,
    "release_group_id": "6f2402da-2a9e-4cec-bdf2-0ecdfb8760dd",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}