Information about plays

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

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

{
    "id": 3628674,
    "uri": "https://api.kexp.org/v2/plays/3628674/?format=api",
    "airdate": "2026-03-14T06:04:54-07:00",
    "show": 66176,
    "show_uri": "https://api.kexp.org/v2/shows/66176/?format=api",
    "image_uri": "https://dn710204.ca.archive.org/0/items/mbid-e21ea826-0be1-46ad-bf3f-566feb181b54/mbid-e21ea826-0be1-46ad-bf3f-566feb181b54-41527606716_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-e21ea826-0be1-46ad-bf3f-566feb181b54/mbid-e21ea826-0be1-46ad-bf3f-566feb181b54-41527606716_thumb250.jpg",
    "song": "Outside",
    "track_id": "3e4acd6c-c212-4bf6-b0da-311769c9a022",
    "recording_id": "170f4663-a054-4621-8c69-0e7a9af219a5",
    "artist": "Samory I ft. Lila Iké",
    "artist_ids": [
        "0b2bcb09-474c-4c81-a7b7-28c210ddda07",
        "c702fd8c-b9df-48e9-b100-6976aa2e3a88"
    ],
    "album": "Strength",
    "release_id": "e21ea826-0be1-46ad-bf3f-566feb181b54",
    "release_group_id": "5c61fd42-c46e-4a2a-bfb2-640b4bf2550d",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}