Information about plays

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

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

{
    "id": 3554782,
    "uri": "https://api.kexp.org/v2/plays/3554782/?format=api",
    "airdate": "2025-09-18T23:45:16-07:00",
    "show": 64598,
    "show_uri": "https://api.kexp.org/v2/shows/64598/?format=api",
    "image_uri": "https://ia800707.us.archive.org/35/items/mbid-b29d1d8d-1dfb-4af2-8798-f963ba0b58de/mbid-b29d1d8d-1dfb-4af2-8798-f963ba0b58de-41859562156_thumb500.jpg",
    "thumbnail_uri": "https://dn721908.ca.archive.org/0/items/mbid-b29d1d8d-1dfb-4af2-8798-f963ba0b58de/mbid-b29d1d8d-1dfb-4af2-8798-f963ba0b58de-41859562156_thumb250.jpg",
    "song": "Lotus",
    "track_id": "749c46ef-defe-4286-a847-52eb208dd0d9",
    "recording_id": "9f2d3036-55f1-4ede-b620-9965a78f1d68",
    "artist": "Little Simz feat. Michael Kiwanuka & Yussef Dayes",
    "artist_ids": [
        "3cdb40fe-a63e-4bb9-b40d-17cda5f50979",
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1",
        "fdbffd97-c991-433c-9137-cafee3ded97a"
    ],
    "album": "Lotus",
    "release_id": "b29d1d8d-1dfb-4af2-8798-f963ba0b58de",
    "release_group_id": "749672ae-a51d-4cf5-920c-beaeab147bb6",
    "labels": [
        "AWAL Recordings",
        "AWAL Recordings Ltd"
    ],
    "label_ids": [
        "19bd97af-e452-47b2-ba9a-e6d0605dd068",
        "1a59ec10-ab09-450c-86ec-04f1796be3fd"
    ],
    "release_date": "2025-06-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}