Information about plays

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

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

{
    "id": 3608201,
    "uri": "https://api.kexp.org/v2/plays/3608201/?format=api",
    "airdate": "2026-01-23T21:35:20-08:00",
    "show": 65734,
    "show_uri": "https://api.kexp.org/v2/shows/65734/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dooyo",
    "track_id": null,
    "recording_id": "4c45ae48-b593-4895-9d5a-7745b0d14ab5",
    "artist": "Dur‐Dur Band",
    "artist_ids": [
        "9b77d40a-c7cb-4d5f-9da8-9ef1df1cc745"
    ],
    "album": "Volume 5",
    "release_id": null,
    "release_group_id": "244904a5-0ad5-47d5-b08c-723c9719fc0b",
    "labels": [
        "Awesome Tapes From Africa"
    ],
    "label_ids": [
        "967b585c-7107-4770-8480-ba501aba6d50"
    ],
    "release_date": "2013-02-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Mogadishu, Somalia in 1980, Dur-Dur Band combined traditional folk music with Arabic, African, and Western influences of funk, reggae, and disco into their infectious sound. The classic Somali band’s 1987 recording captures some of the incredible sounds happening in Mogadishu during that era. \n\nCheck out another track by the band - a KEXP song-of-the-day in 2019:\nhttps://www.kexp.org/podcasts/song-of-the-day/2019/6/21/dur-dur-band-hayeelin/\n\nhttps://dur-durband.bandcamp.com/album/volume-5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}