Information about plays

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

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

{
    "id": 3596733,
    "uri": "https://api.kexp.org/v2/plays/3596733/?format=api",
    "airdate": "2025-12-27T14:19:16-08:00",
    "show": 65489,
    "show_uri": "https://api.kexp.org/v2/shows/65489/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Supernatural Feelings (remix)",
    "track_id": "3c889ec2-4be1-473a-950c-7ee46890379d",
    "recording_id": "b3d8a989-f38d-4766-9a8a-6263b3763138",
    "artist": "The Flints x Night Tapes",
    "artist_ids": [
        "46c38a79-24c0-4902-9c69-13c1ef1da408",
        "c5ca16fe-9801-48e9-aaa1-27244a762e8c"
    ],
    "album": "Supernatural Feelings (remix)",
    "release_id": "5da23726-31aa-4808-a880-a2d736d5524d",
    "release_group_id": "a03a1569-4ce4-45a7-8cae-560c2c4aeda1",
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Night Tapes remixed The Flints' Supernatural Feelings. \n\nhttps://www.youtube.com/watch?v=LThSHfshhLE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}