Information about plays

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

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

{
    "id": 3639278,
    "uri": "https://api.kexp.org/v2/plays/3639278/?format=api",
    "airdate": "2026-04-08T02:14:44-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn710600.ca.archive.org/0/items/mbid-eac9a773-44d1-46fb-b5b4-6f50ce01b16f/mbid-eac9a773-44d1-46fb-b5b4-6f50ce01b16f-25282905007_thumb500.jpg",
    "thumbnail_uri": "https://dn710600.ca.archive.org/0/items/mbid-eac9a773-44d1-46fb-b5b4-6f50ce01b16f/mbid-eac9a773-44d1-46fb-b5b4-6f50ce01b16f-25282905007_thumb250.jpg",
    "song": "Talk",
    "track_id": "5e2dd602-a5e5-4057-90a4-5ca73764ebe6",
    "recording_id": "d08f71f3-fcf2-4c7f-a4f2-c65757a89c64",
    "artist": "M.I.A.",
    "artist_ids": [
        "7cf0ea9d-86b9-4dad-ba9e-2355a64899ea"
    ],
    "album": "AIM",
    "release_id": "c78f899a-fe18-473f-b916-68c3abda250a",
    "release_group_id": "c5bf04b5-30ba-43b1-88a1-5395a4fdb430",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2016-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}