Information about plays

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

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

{
    "id": 3564181,
    "uri": "https://api.kexp.org/v2/plays/3564181/?format=api",
    "airdate": "2025-10-12T11:14:44-07:00",
    "show": 64815,
    "show_uri": "https://api.kexp.org/v2/shows/64815/?format=api",
    "image_uri": "https://coverartarchive.org/release/d01ec5c5-2f5b-4d0d-912c-b761d93d96fa/41865780196-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d01ec5c5-2f5b-4d0d-912c-b761d93d96fa/41865780196-250.jpg",
    "song": "Your Heart's A Tin Box",
    "track_id": null,
    "recording_id": "9c8903cb-b119-44d2-96d6-747c17ae6ac0",
    "artist": "Kassi Valazza",
    "artist_ids": [
        "7381403c-4cfa-40ad-98e7-bddf02aa569b"
    ],
    "album": "From Newman Street",
    "release_id": null,
    "release_group_id": "2521f8fc-2d48-4f36-a421-d3a3ca2dffe7",
    "labels": [
        "Fluff & Gravy"
    ],
    "label_ids": [
        "f9d66f9d-0070-4a6f-bbec-c06eb75c88a7"
    ],
    "release_date": "2025-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Valazza was listening to Paul Simon’s ‘Rhythm of the Saints’ while writing this song, inspired by the percussion and upbeat instrumentations.\n\nRead more about her third album ‘From Newman Street’, with a song-by-song interview, here: https://www.stereogum.com/2306449/the-story-behind-every-song-on-kassi-valazzas-new-album-from-newman-street/interviews/footnotes-interview/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}