Information about plays

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

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

{
    "id": 3614744,
    "uri": "https://api.kexp.org/v2/plays/3614744/?format=api",
    "airdate": "2026-02-08T05:29:07-08:00",
    "show": 65876,
    "show_uri": "https://api.kexp.org/v2/shows/65876/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-a787ed52-cfb5-4f89-be64-ff4deef8e16c/mbid-a787ed52-cfb5-4f89-be64-ff4deef8e16c-13981333928_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-a787ed52-cfb5-4f89-be64-ff4deef8e16c/mbid-a787ed52-cfb5-4f89-be64-ff4deef8e16c-13981333928_thumb250.jpg",
    "song": "Shag",
    "track_id": "8b918772-59d4-375e-b210-9023a98fc6d7",
    "recording_id": "230ec0e4-1155-4a8c-aea5-90838c489ad0",
    "artist": "Critters Buggin",
    "artist_ids": [
        "20231423-121d-4012-99eb-c3c52da0c64c"
    ],
    "album": "Guest",
    "release_id": "a787ed52-cfb5-4f89-be64-ff4deef8e16c",
    "release_group_id": "50c2a5f5-4a95-3919-a0a6-3f89aa811ff6",
    "labels": [
        "Loosegroove Records"
    ],
    "label_ids": [
        "46a478af-52fc-41db-868c-1abd9010f02f"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}