Information about plays

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

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

{
    "id": 3628536,
    "uri": "https://api.kexp.org/v2/plays/3628536/?format=api",
    "airdate": "2026-03-13T22:05:59-07:00",
    "show": 66173,
    "show_uri": "https://api.kexp.org/v2/shows/66173/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ae248c7-bff6-4c9f-ae6a-3e5e139ee2dd/4765371302-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1ae248c7-bff6-4c9f-ae6a-3e5e139ee2dd/4765371302-250.jpg",
    "song": "Somehow, Someway",
    "track_id": null,
    "recording_id": "522f707a-e169-410a-ac8f-b16789b6e497",
    "artist": "Organized Konfusion",
    "artist_ids": [
        "cd3f07e8-7047-418c-a325-d2028ee1b8a0"
    ],
    "album": "The Equinox",
    "release_id": null,
    "release_group_id": "b0fc6528-b770-341d-9886-acfb32d2d37b",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1997-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Spring Equinox is exactly one week away!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}