Information about plays

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

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

{
    "id": 3632289,
    "uri": "https://api.kexp.org/v2/plays/3632289/?format=api",
    "airdate": "2026-03-22T08:41:14-07:00",
    "show": 66249,
    "show_uri": "https://api.kexp.org/v2/shows/66249/?format=api",
    "image_uri": "https://coverartarchive.org/release/f230955f-6c5e-35fb-bb98-09d72f4eeabe/13001022002-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f230955f-6c5e-35fb-bb98-09d72f4eeabe/13001022002-250.jpg",
    "song": "Happiness",
    "track_id": null,
    "recording_id": "e61b9a1a-8f92-42c4-97ed-928325a0fd31",
    "artist": "Riceboy Sleeps",
    "artist_ids": [
        "6a6443c3-aaa6-4bad-bbc2-588132fa89c9"
    ],
    "album": "Dark Was the Night",
    "release_id": null,
    "release_group_id": "75e19850-4cbd-3520-b6e8-4a5b0c3eaab8",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2009-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alex Somers → Jónsi & Alex :: \"Happiness\" is the opening track off the 2009 debut album 'Riceboy Sleeps' by Sigur Rós' Jónsi in collaboration with his partner Alex Somers, and it was first found on 4AD's 2009 compilation 'Dark Was the Night' that was a charity compilation to benefit the Red Hot Organization, an international charity dedicated to raising funds and awareness for HIV and AIDS ~ https://redhot.org/project/dark-was-the-night/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}