Information about plays

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

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

{
    "id": 3547445,
    "uri": "https://api.kexp.org/v2/plays/3547445/?format=api",
    "airdate": "2025-09-01T05:33:40-07:00",
    "show": 64444,
    "show_uri": "https://api.kexp.org/v2/shows/64444/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-7741695c-9922-4144-b8ad-9a38ef41dad4/mbid-7741695c-9922-4144-b8ad-9a38ef41dad4-34620282881_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-7741695c-9922-4144-b8ad-9a38ef41dad4/mbid-7741695c-9922-4144-b8ad-9a38ef41dad4-34620282881_thumb250.jpg",
    "song": "Leylim Ley",
    "track_id": "ee8ee087-bfbe-4dd8-a694-a412c124ce38",
    "recording_id": "258e3529-4f4a-452f-b624-6ac3a4b62d6d",
    "artist": "Altın Gün",
    "artist_ids": [
        "cd5799f6-e6cf-4322-a659-96f5de4a2f6c"
    ],
    "album": "aşk",
    "release_id": "7741695c-9922-4144-b8ad-9a38ef41dad4",
    "release_group_id": "c328d0b5-ef7c-4c2f-a920-17a03631100c",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2023-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Altın Gün performed this song and others, live in the KEXP studio in November 2023:\n\nhttps://www.youtube.com/watch?v=uLayWDyFrAo\n\nThis album was #35 on KEXP's Best Albums of 2023, as voted by listeners.\n\nhttps://kexp.org/countdowns/best-albums-of-2023/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}