Information about plays

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

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

{
    "id": 3608205,
    "uri": "https://api.kexp.org/v2/plays/3608205/?format=api",
    "airdate": "2026-01-23T21:51:33-08:00",
    "show": 65734,
    "show_uri": "https://api.kexp.org/v2/shows/65734/?format=api",
    "image_uri": "https://coverartarchive.org/release/b1889049-ec28-427b-9a28-8cafd32c6e07/8160377933-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b1889049-ec28-427b-9a28-8cafd32c6e07/8160377933-250.jpg",
    "song": "I’m in Love",
    "track_id": null,
    "recording_id": "6ed7b95b-1b52-4247-8b4a-ba73f6240ee5",
    "artist": "Nana Love",
    "artist_ids": [
        "a794ff31-565c-4d08-b0bb-8a34a5307f73"
    ],
    "album": "Disco Documentary — Full of Funk",
    "release_id": null,
    "release_group_id": "c5b324b6-481b-433a-a1f5-a1c1e410d463",
    "labels": [
        "Taretone"
    ],
    "label_ids": [
        "7acdc925-c36f-4260-a3db-f9f11601acbf"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Afro Disco classic from Ghanian Disco queen Nana Love! \n\nNana Love’s work, is a testament to the music’s most redeeming qualities: great musicianship, funky basslines and killer breaks. As a singer / songwriter in the leading role throughout, she [with production by Reindorf Oppong] lends a wonderfully balanced approach to the arrangements.  \n\nhttps://nanalove.bandcamp.com/track/im-in-love",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}