Information about plays

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

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

{
    "id": 3625072,
    "uri": "https://api.kexp.org/v2/plays/3625072/?format=api",
    "airdate": "2026-03-04T04:17:18-08:00",
    "show": 66086,
    "show_uri": "https://api.kexp.org/v2/shows/66086/?format=api",
    "image_uri": "https://dn721802.ca.archive.org/0/items/mbid-6d437e04-61a9-4353-813f-653b9ce5bb49/mbid-6d437e04-61a9-4353-813f-653b9ce5bb49-43838686974_thumb500.jpg",
    "thumbnail_uri": "https://dn721802.ca.archive.org/0/items/mbid-6d437e04-61a9-4353-813f-653b9ce5bb49/mbid-6d437e04-61a9-4353-813f-653b9ce5bb49-43838686974_thumb250.jpg",
    "song": "Quiero que perdamos la cabeza (otra vez)",
    "track_id": "7dfe3e8d-25d2-48e3-9a62-a012d22efe7c",
    "recording_id": "b0ef861e-d080-478a-b099-af1d0b708d33",
    "artist": "Lisasinson",
    "artist_ids": [
        "1e5765a3-91db-4413-8d51-daa75e5aec31"
    ],
    "album": "Desde cuándo todo",
    "release_id": "6d437e04-61a9-4353-813f-653b9ce5bb49",
    "release_group_id": "37b24341-3510-4e3f-bbee-e7bed8646269",
    "labels": [
        "Elefant Records"
    ],
    "label_ids": [
        "59dbf7f7-da6e-4795-8465-eb612639a39b"
    ],
    "release_date": "2026-01-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Valencia, Spain.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}