Information about plays

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

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

{
    "id": 3554773,
    "uri": "https://api.kexp.org/v2/plays/3554773/?format=api",
    "airdate": "2025-09-18T22:57:19-07:00",
    "show": 64598,
    "show_uri": "https://api.kexp.org/v2/shows/64598/?format=api",
    "image_uri": "https://ia800905.us.archive.org/1/items/mbid-71ebf918-fe11-4b52-b2a5-b2b4324628d1/mbid-71ebf918-fe11-4b52-b2a5-b2b4324628d1-42466034701_thumb500.jpg",
    "thumbnail_uri": "https://dn721805.ca.archive.org/0/items/mbid-71ebf918-fe11-4b52-b2a5-b2b4324628d1/mbid-71ebf918-fe11-4b52-b2a5-b2b4324628d1-42466034701_thumb250.jpg",
    "song": "600 School",
    "track_id": "a356de21-6e6b-415b-b959-40ac545090c8",
    "recording_id": "795b7a65-6db7-4a48-9843-48ae7167b21e",
    "artist": "Raekwon ft. Ghostface Killah & Method Man",
    "artist_ids": [
        "4e954b02-fae2-4bd7-9547-e055a6ac0527",
        "3b39abeb-0064-4eed-9ddd-ee47a45c54cb",
        "94dbfe2e-ca48-4e08-a5a8-e1e74136c63d"
    ],
    "album": "The Emperor's New Clothes",
    "release_id": "71ebf918-fe11-4b52-b2a5-b2b4324628d1",
    "release_group_id": "d7c9f145-7781-44eb-a4d8-1213b3a81ff2",
    "labels": [
        "Mass Appeal"
    ],
    "label_ids": [
        "6f6e9784-ac68-4dcc-9790-d6b3edbb1a56"
    ],
    "release_date": "2025-07-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}