Information about plays

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

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

{
    "id": 3641285,
    "uri": "https://api.kexp.org/v2/plays/3641285/?format=api",
    "airdate": "2026-04-12T18:08:46-07:00",
    "show": 66436,
    "show_uri": "https://api.kexp.org/v2/shows/66436/?format=api",
    "image_uri": "https://coverartarchive.org/release/a53e33c2-bce1-4e7e-ab98-f152aef95ca2/10596369708-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a53e33c2-bce1-4e7e-ab98-f152aef95ca2/10596369708-250.jpg",
    "song": "Hang On",
    "track_id": null,
    "recording_id": "11e6872c-270f-4ad6-b65f-b4a7084628eb",
    "artist": "Nana Love",
    "artist_ids": [
        "a794ff31-565c-4d08-b0bb-8a34a5307f73"
    ],
    "album": "Lagos Disco Inferno",
    "release_id": null,
    "release_group_id": "10028e11-a912-42f9-8d45-41666f232262",
    "labels": [
        "Voodoo Funk"
    ],
    "label_ids": [
        "93b9dc27-dc74-4a5a-91f5-98951610366f"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ghana-born, London-based singer Nana Love orignially released \"Hang On\" and b-sides \"I Believe In Love\" and \"Chains Of Love\" in 1979, but you can find the track -- that clocks in at over 17 minutes -- on the 2010 compilation album Lagos Disco Inferno.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}