Information about plays

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

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

{
    "id": 3619594,
    "uri": "https://api.kexp.org/v2/plays/3619594/?format=api",
    "airdate": "2026-02-19T17:01:16-08:00",
    "show": 65976,
    "show_uri": "https://api.kexp.org/v2/shows/65976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Juice",
    "track_id": "de1937da-8483-4758-b20e-48107920ae52",
    "recording_id": "726ce3f4-a875-41e0-98e5-78960c32c190",
    "artist": "Champagne Bubblebath",
    "artist_ids": [
        "1bbf9eb2-240e-49ee-9fb8-d6cc55f3c6c6"
    ],
    "album": "Mixtape: Volume One",
    "release_id": "2cb4254b-5ded-40bc-884d-741595a7593c",
    "release_group_id": "1b25f728-4fd7-462d-a10d-8bd732ed570d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}