Information about plays

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

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

{
    "id": 3589932,
    "uri": "https://api.kexp.org/v2/plays/3589932/?format=api",
    "airdate": "2025-12-12T00:01:32-08:00",
    "show": 65351,
    "show_uri": "https://api.kexp.org/v2/shows/65351/?format=api",
    "image_uri": "https://coverartarchive.org/release/71fcbad8-7328-40bc-bb72-54b2c7f5c9e1/4020429583-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/71fcbad8-7328-40bc-bb72-54b2c7f5c9e1/4020429583-250.jpg",
    "song": "Storm King",
    "track_id": null,
    "recording_id": "651c3740-bae3-4b82-9962-4f52aeafe407",
    "artist": "Bob James",
    "artist_ids": [
        "f4d2fc5a-cacb-47c8-b096-ee73864b1aa8"
    ],
    "album": "Three",
    "release_id": null,
    "release_group_id": "e71d380d-5679-3524-a079-215892bec325",
    "labels": [
        "CTI"
    ],
    "label_ids": [
        "22c2dace-f7a2-4a1e-8e75-fd60c70f1808"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}