Information about plays

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

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

{
    "id": 3601383,
    "uri": "https://api.kexp.org/v2/plays/3601383/?format=api",
    "airdate": "2026-01-07T11:03:38-08:00",
    "show": 65587,
    "show_uri": "https://api.kexp.org/v2/shows/65587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Indigo Is Blue",
    "track_id": "b93b27aa-f4a1-3f16-8152-57b03573f51d",
    "recording_id": "ce68e557-8b44-4e3f-8d00-3619b1ebd3f1",
    "artist": "Catherine Wheel",
    "artist_ids": [
        "37e3dd97-73f9-4c69-b50d-0c0e3c47c40c"
    ],
    "album": "Ferment",
    "release_id": "812bc186-64fc-4049-bb50-d86097a13d98",
    "release_group_id": "ace1c0b3-fe6b-334e-bccd-261235dae291",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1992-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Like many other British guitar bands of the early '90s, Catherine Wheel relied heavily on distortion as a way of creating texture and using their airy vocals as atmosphere. While their melodies are actually quite straight-forward, they are submerged in layers of guitar effects and droning chords.\"\n\nLearn more about Catherine Wheel here: https://www.allmusic.com/artist/catherine-wheel-mn0000149840#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}