Information about plays

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

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

{
    "id": 3619266,
    "uri": "https://api.kexp.org/v2/plays/3619266/?format=api",
    "airdate": "2026-02-18T22:18:47-08:00",
    "show": 65970,
    "show_uri": "https://api.kexp.org/v2/shows/65970/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Express Your Love (Live From Metropolis Studios)",
    "track_id": null,
    "recording_id": null,
    "artist": "KOKOROKO",
    "artist_ids": [
        "2650f0e7-3879-4b2c-8908-d025113cbece"
    ],
    "album": "Live From Metropolis Studios",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2026-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Following the success of their 2025 album 'Tuff Times Never Last,' London-based afrobeat jazz septet Kokoroko return with a raw, one-take session at Metropolis Studios.\n\nhttps://kokoroko.bandcamp.com/album/kokoroko-live-from-metropolis-studios",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}