Information about plays

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

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

{
    "id": 3553591,
    "uri": "https://api.kexp.org/v2/plays/3553591/?format=api",
    "airdate": "2025-09-16T02:24:57-07:00",
    "show": 64575,
    "show_uri": "https://api.kexp.org/v2/shows/64575/?format=api",
    "image_uri": "https://ia601904.us.archive.org/6/items/mbid-b65cfcb5-9a09-4902-8c27-caced55b204d/mbid-b65cfcb5-9a09-4902-8c27-caced55b204d-42100891896_thumb500.jpg",
    "thumbnail_uri": "https://ia601904.us.archive.org/6/items/mbid-b65cfcb5-9a09-4902-8c27-caced55b204d/mbid-b65cfcb5-9a09-4902-8c27-caced55b204d-42100891896_thumb250.jpg",
    "song": "Inglorious Bastards",
    "track_id": "4c6ce67f-3f78-46c9-960a-06b9419b279f",
    "recording_id": "79a9706b-3796-4379-80ad-698a88b4cfb3",
    "artist": "Clipse & Ab‐Liva",
    "artist_ids": [
        "e6424fa5-08d3-41c6-96f3-8549f733708c",
        "c471e1a5-a8b5-425b-a1dc-e834c601f101"
    ],
    "album": "Let God Sort Em Out",
    "release_id": "b65cfcb5-9a09-4902-8c27-caced55b204d",
    "release_group_id": "18cdc08c-03a1-4e55-9624-b7f9dbb968f5",
    "labels": [
        "Roc Nation Distribution"
    ],
    "label_ids": [
        "a9126a7c-9d19-4a2f-ba44-8a9a582b8ed0"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}