Information about plays

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

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

{
    "id": 3568234,
    "uri": "https://api.kexp.org/v2/plays/3568234/?format=api",
    "airdate": "2025-10-21T21:24:23-07:00",
    "show": 64898,
    "show_uri": "https://api.kexp.org/v2/shows/64898/?format=api",
    "image_uri": "https://coverartarchive.org/release/18aef27d-7a03-4f6e-9ce9-5da53ecb0265/40857974955-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/18aef27d-7a03-4f6e-9ce9-5da53ecb0265/40857974955-250.jpg",
    "song": "Our Father Our King - Avinu Malkeinu",
    "track_id": null,
    "recording_id": "55d31e9b-0e82-48ed-b11e-df040273feae",
    "artist": "Daniela Gesundheit",
    "artist_ids": [
        "dc2d84b4-abe5-4518-bb7e-9269491ade2b"
    ],
    "album": "Alphabet of Wrongdoing",
    "release_id": null,
    "release_group_id": "d03e1110-2916-4bed-bd96-a3cecf266199",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daniela Gesundheit is a vocalist, composer, and cantor who lives in LA and Toronto. As Snowblink, Gesundheit writes non-denominational devotional pop music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}