Information about plays

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

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

{
    "id": 3620055,
    "uri": "https://api.kexp.org/v2/plays/3620055/?format=api",
    "airdate": "2026-02-20T20:21:05-08:00",
    "show": 65986,
    "show_uri": "https://api.kexp.org/v2/shows/65986/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7e998f3-d1ea-448d-9579-084ab10df484/32431308568-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7e998f3-d1ea-448d-9579-084ab10df484/32431308568-250.jpg",
    "song": "Kaoz",
    "track_id": null,
    "recording_id": "214e35ea-3e8f-4d1c-af70-e3de1cfa919e",
    "artist": "Kings of Tomorrow",
    "artist_ids": [
        "8b391c81-dc53-4b0e-aa09-3d01292496e8"
    ],
    "album": "Kaoz",
    "release_id": null,
    "release_group_id": "03d1e7fa-8644-4b92-8fbc-50a658ad26c2",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-12-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My GOODNESS",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}