Information about plays

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

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

{
    "id": 3570206,
    "uri": "https://api.kexp.org/v2/plays/3570206/?format=api",
    "airdate": "2025-10-26T11:27:36-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f0e0da2-e90a-44a7-913a-f3a422f513f7/34742651621-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f0e0da2-e90a-44a7-913a-f3a422f513f7/34742651621-250.jpg",
    "song": "Gris-Gris Gumbo Ya Ya",
    "track_id": null,
    "recording_id": "4e73f452-f07b-47f0-af95-2f2e0b5c9670",
    "artist": "Dr. John, the Night Tripper",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "Gris-Gris",
    "release_id": null,
    "release_group_id": "8ceb6d06-3a60-37eb-81de-9cc8fe538e16",
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [
        "a9de694a-2e5b-4a1d-8d7a-a7ca620e3f80"
    ],
    "release_date": "1968-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Orleans artist. This debut album introduced Mac Rebennack’s persona of Dr. John, inspired by the real-life voodoo healer of the same name. \nIn Louisiana and Haitian Voodoo, a Gris Gris is a protective talisman.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}