Information about plays

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

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

{
    "id": 3547140,
    "uri": "https://api.kexp.org/v2/plays/3547140/?format=api",
    "airdate": "2025-08-31T11:29:44-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7cf8014-ea49-421f-a9d0-9b8e0447c3c4/26473452676-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7cf8014-ea49-421f-a9d0-9b8e0447c3c4/26473452676-250.jpg",
    "song": "Going la maison",
    "track_id": null,
    "recording_id": "611d83f2-b774-4e52-abe3-1a2c8b963407",
    "artist": "Clifton Chenier",
    "artist_ids": [
        "db1a3066-1586-495d-a09c-1312cabab5be"
    ],
    "album": "King of the Bayous",
    "release_id": null,
    "release_group_id": "598471f0-127b-4090-a26f-c05d6217d9af",
    "labels": [
        "Arhoolie"
    ],
    "label_ids": [
        "148498ac-d0d5-40ff-ad4c-50a0a6654564"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Growing up in Louisiana, The King of Zydeco’s first language was Louisiana French and he’s credited with redesigning the wood and crimped tin washboard into a wearable instrument known as a vest frottoir.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}