Information about plays

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

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

{
    "id": 3612534,
    "uri": "https://api.kexp.org/v2/plays/3612534/?format=api",
    "airdate": "2026-02-03T03:44:18-08:00",
    "show": 65827,
    "show_uri": "https://api.kexp.org/v2/shows/65827/?format=api",
    "image_uri": "https://dn720603.ca.archive.org/0/items/mbid-aff71ed6-e7fb-4ea2-a78e-f21a04e4cc23/mbid-aff71ed6-e7fb-4ea2-a78e-f21a04e4cc23-44225935335_thumb500.jpg",
    "thumbnail_uri": "https://dn720603.ca.archive.org/0/items/mbid-aff71ed6-e7fb-4ea2-a78e-f21a04e4cc23/mbid-aff71ed6-e7fb-4ea2-a78e-f21a04e4cc23-44225935335_thumb250.jpg",
    "song": "Laugh Now, Cry Later",
    "track_id": "b2142e2a-5987-4c38-8fef-47601a8edc8f",
    "recording_id": "1180ff99-f6ca-4e78-9523-626fa8b74008",
    "artist": "Neon Ion",
    "artist_ids": [
        "327428ba-7685-4635-9788-4b8832aa53c9"
    ],
    "album": "Laugh Now, Cry Later",
    "release_id": "aff71ed6-e7fb-4ea2-a78e-f21a04e4cc23",
    "release_group_id": "e6924795-4625-44c6-9b0c-4fbb035ee003",
    "labels": [
        "Jazzland Recordings"
    ],
    "label_ids": [
        "ddd1dacb-086c-4c5f-982d-9aa491d75dfb"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third full-length album from this solo project of Norwegian artist Natalie Sandtorv\n\nhttps://neonion.bandcamp.com/album/laugh-now-cry-later-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}