Information about plays

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

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

{
    "id": 3525449,
    "uri": "https://api.kexp.org/v2/plays/3525449/?format=api",
    "airdate": "2025-07-11T06:00:29-07:00",
    "show": 63980,
    "show_uri": "https://api.kexp.org/v2/shows/63980/?format=api",
    "image_uri": "https://ia601205.us.archive.org/35/items/mbid-a787ed52-cfb5-4f89-be64-ff4deef8e16c/mbid-a787ed52-cfb5-4f89-be64-ff4deef8e16c-13981333928_thumb500.jpg",
    "thumbnail_uri": "https://ia601205.us.archive.org/35/items/mbid-a787ed52-cfb5-4f89-be64-ff4deef8e16c/mbid-a787ed52-cfb5-4f89-be64-ff4deef8e16c-13981333928_thumb250.jpg",
    "song": "Critters Theme",
    "track_id": "7ccf38df-25f6-388e-9ca3-e4275357ee1c",
    "recording_id": "76de1a99-c23a-4d6b-a083-a710ee8ea5fc",
    "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": true,
    "is_live": false,
    "comment": "By request for Brian!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}