Information about plays

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

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

{
    "id": 3620080,
    "uri": "https://api.kexp.org/v2/plays/3620080/?format=api",
    "airdate": "2026-02-20T22:11:45-08:00",
    "show": 65987,
    "show_uri": "https://api.kexp.org/v2/shows/65987/?format=api",
    "image_uri": "https://coverartarchive.org/release/d9b8d0ea-f94a-47ed-b5ad-7f1f4f091ed7/27315732943-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d9b8d0ea-f94a-47ed-b5ad-7f1f4f091ed7/27315732943-250.jpg",
    "song": "Pop Goes the Weasel",
    "track_id": null,
    "recording_id": "6af9e8a9-072a-4e9c-8337-fd24cd24e8d4",
    "artist": "3rd Bass",
    "artist_ids": [
        "34ea2ef9-c05c-427e-a26f-0bb35c7d6524"
    ],
    "album": "Pop Goes the Weasel",
    "release_id": null,
    "release_group_id": "9d6c5634-ee9d-3717-b923-16f24ae35fa0",
    "labels": [],
    "label_ids": [],
    "release_date": "1991-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}