Information about plays

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

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

{
    "id": 3542561,
    "uri": "https://api.kexp.org/v2/plays/3542561/?format=api",
    "airdate": "2025-08-20T17:30:40-07:00",
    "show": 64341,
    "show_uri": "https://api.kexp.org/v2/shows/64341/?format=api",
    "image_uri": "https://ia800305.us.archive.org/26/items/mbid-e9747900-a9e3-43a1-8645-f8ba21c2d25d/mbid-e9747900-a9e3-43a1-8645-f8ba21c2d25d-40637927352_thumb500.jpg",
    "thumbnail_uri": "https://ia600305.us.archive.org/26/items/mbid-e9747900-a9e3-43a1-8645-f8ba21c2d25d/mbid-e9747900-a9e3-43a1-8645-f8ba21c2d25d-40637927352_thumb250.jpg",
    "song": "Go Fly Away",
    "track_id": "0cc7ed50-e73f-4169-ab02-092181684056",
    "recording_id": "1f6cc877-3d12-473c-9001-9e0b3c1ad1ff",
    "artist": "The Velveteers",
    "artist_ids": [
        "c602c091-19d7-4f3a-82f3-636d318c5445"
    ],
    "album": "A Million Knives",
    "release_id": "e9747900-a9e3-43a1-8645-f8ba21c2d25d",
    "release_group_id": "a233be67-c08e-493f-8851-498f6e366968",
    "labels": [
        "Easy Eye Sound"
    ],
    "label_ids": [
        "895e5b19-d586-4f83-a2aa-2b00d4803ba4"
    ],
    "release_date": "2025-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Velveteers are playing the Freakout Fest in Seattle on Friday, November 6 - https://www.freakoutrec.com/lineup\n\nhttps://thevelveteers.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}