Information about plays

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

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

{
    "id": 3626230,
    "uri": "https://api.kexp.org/v2/plays/3626230/?format=api",
    "airdate": "2026-03-07T02:57:13-08:00",
    "show": 66113,
    "show_uri": "https://api.kexp.org/v2/shows/66113/?format=api",
    "image_uri": "https://coverartarchive.org/release/19bbbb5f-70af-48e6-8cad-05c5d9a78e24/11952002606-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19bbbb5f-70af-48e6-8cad-05c5d9a78e24/11952002606-250.jpg",
    "song": "Coast to Coast",
    "track_id": null,
    "recording_id": "5d7be91a-78e2-421d-838c-9ba4b56337ed",
    "artist": "Los Microwaves",
    "artist_ids": [
        "cc5f4537-d262-49d4-9a4c-fce69e5ce735"
    ],
    "album": "Coast to Coast",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dark Entries"
    ],
    "label_ids": [],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://losmicrowaves.bandcamp.com/album/coast-to-coast",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}