Information about plays

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

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

{
    "id": 3622351,
    "uri": "https://api.kexp.org/v2/plays/3622351/?format=api",
    "airdate": "2026-02-26T00:31:57-08:00",
    "show": 66031,
    "show_uri": "https://api.kexp.org/v2/shows/66031/?format=api",
    "image_uri": "https://coverartarchive.org/release/adfc82fd-d237-4c08-b730-3b836f81f43b/30170519229-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/adfc82fd-d237-4c08-b730-3b836f81f43b/30170519229-250.jpg",
    "song": "Don't Go",
    "track_id": null,
    "recording_id": "5dd3a775-a80f-4f1c-a6da-4d0afad50816",
    "artist": "The Awesome 3",
    "artist_ids": [
        "6590946c-050e-4b9d-8529-9a904c944975"
    ],
    "album": "Don't Go",
    "release_id": null,
    "release_group_id": "c3fd8389-db74-3030-a2ac-204fa57f678c",
    "labels": [
        "Entity Records"
    ],
    "label_ids": [
        "c6c1f534-b918-4822-83d2-e83ad5789f71"
    ],
    "release_date": "1992-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}