Information about plays

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

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

{
    "id": 3631754,
    "uri": "https://api.kexp.org/v2/plays/3631754/?format=api",
    "airdate": "2026-03-21T02:25:07-07:00",
    "show": 66237,
    "show_uri": "https://api.kexp.org/v2/shows/66237/?format=api",
    "image_uri": "https://coverartarchive.org/release/849315e1-c3ee-4c1b-955a-a53a1a009e63/40597098441-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/849315e1-c3ee-4c1b-955a-a53a1a009e63/40597098441-250.jpg",
    "song": "Black Steel",
    "track_id": null,
    "recording_id": "b6bfd359-0bd4-4452-8d86-26b555fff40a",
    "artist": "Tricky",
    "artist_ids": [
        "5bf64d94-efd9-4334-96fd-e6197b0b02b8"
    ],
    "album": "Maxinquaye",
    "release_id": null,
    "release_group_id": "9fd2415f-182f-39c1-aa02-5acb36f99bef",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1995-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tricky was once in Massive Attack then went solo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}