Information about plays

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

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

{
    "id": 3637600,
    "uri": "https://api.kexp.org/v2/plays/3637600/?format=api",
    "airdate": "2026-04-04T06:23:05-07:00",
    "show": 66362,
    "show_uri": "https://api.kexp.org/v2/shows/66362/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What’s Important",
    "track_id": null,
    "recording_id": "db9dc94f-287e-43a3-8510-a267385387cb",
    "artist": "Beat Happening",
    "artist_ids": [
        "449e44cb-bcae-4c48-a1af-5d8df0f81456"
    ],
    "album": "1983–85",
    "release_id": null,
    "release_group_id": "88bbe453-95fa-4b83-940d-c768426a98b2",
    "labels": [
        "Feel Good All Over"
    ],
    "label_ids": [
        "96807dd2-cf2a-420e-a1d9-c48d3d57ab17"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}