Information about plays

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

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

{
    "id": 3554761,
    "uri": "https://api.kexp.org/v2/plays/3554761/?format=api",
    "airdate": "2025-09-18T22:19:57-07:00",
    "show": 64598,
    "show_uri": "https://api.kexp.org/v2/shows/64598/?format=api",
    "image_uri": "https://ia800909.us.archive.org/6/items/mbid-d0d93466-f392-4133-b47f-4ddba1336301/mbid-d0d93466-f392-4133-b47f-4ddba1336301-42830692800_thumb500.jpg",
    "thumbnail_uri": "https://dn720701.ca.archive.org/0/items/mbid-d0d93466-f392-4133-b47f-4ddba1336301/mbid-d0d93466-f392-4133-b47f-4ddba1336301-42830692800_thumb250.jpg",
    "song": "TOURMALINE",
    "track_id": "056d01c8-1e34-47c1-b657-54fe867def77",
    "recording_id": "8af27cb3-ad44-43e2-b99f-36b0edd1ec74",
    "artist": "Earl Sweatshirt",
    "artist_ids": [
        "8b22acd6-20e6-4463-a75c-c14b5cfdb666"
    ],
    "album": "Live Laugh Love",
    "release_id": "d0d93466-f392-4133-b47f-4ddba1336301",
    "release_group_id": "4cfc8830-0de7-4617-b886-ce9507f7580d",
    "labels": [
        "Warner Records"
    ],
    "label_ids": [
        "d4cd174f-784d-48d7-91c6-7427bd5d57fe"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}