Information about plays

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

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

{
    "id": 3619530,
    "uri": "https://api.kexp.org/v2/plays/3619530/?format=api",
    "airdate": "2026-02-19T13:52:38-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How We Met",
    "track_id": null,
    "recording_id": "417414d3-4b14-40cc-8f9a-ce0a13ed6209",
    "artist": "Count Bass D feat. Edan",
    "artist_ids": [
        "18c9e1ac-840d-4d30-86a0-16b2f608b20f",
        "d747ba37-3af2-414b-80e8-49607d63d1a4"
    ],
    "album": "Dwight Spitz",
    "release_id": null,
    "release_group_id": "e5b23a4c-a27c-39ab-a9c8-3058ad741f52",
    "labels": [
        "CountBassD.com"
    ],
    "label_ids": [
        "2941710d-82e5-4f4e-9591-680d190e3e56"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Edan’s guest verse is an early version of one on the song “Promised Land” off his 2005 album “Beauty and the Beat”\nHere are the lyrics: https://genius.com/Count-bass-d-how-we-met-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}