Information about plays

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

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

{
    "id": 3624319,
    "uri": "https://api.kexp.org/v2/plays/3624319/?format=api",
    "airdate": "2026-03-02T07:49:56-08:00",
    "show": 66071,
    "show_uri": "https://api.kexp.org/v2/shows/66071/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bluebird",
    "track_id": "3ec4d9a1-df23-383b-87a7-e16311709f8d",
    "recording_id": "ab9f9811-36d8-4845-a10e-1babca4f547a",
    "artist": "Paul McCartney & Wings",
    "artist_ids": [
        "d922d727-240a-4432-9a88-05a7cf9bc403"
    ],
    "album": "Band on the Run",
    "release_id": "31b82de4-8696-4003-a6bb-667a109fcda0",
    "release_group_id": "2b678170-1c4e-3e61-b18c-f889fc1537b3",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1973-12-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This week's Morning Show Album of the Week! The choice is inspired by the 2025 documentary, Man on the Run, which you should check out!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}