Information about plays

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

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

{
    "id": 3545558,
    "uri": "https://api.kexp.org/v2/plays/3545558/?format=api",
    "airdate": "2025-08-27T16:58:09-07:00",
    "show": 64403,
    "show_uri": "https://api.kexp.org/v2/shows/64403/?format=api",
    "image_uri": "https://ia600305.us.archive.org/26/items/mbid-e9747900-a9e3-43a1-8645-f8ba21c2d25d/mbid-e9747900-a9e3-43a1-8645-f8ba21c2d25d-40637927352_thumb500.jpg",
    "thumbnail_uri": "https://ia800305.us.archive.org/26/items/mbid-e9747900-a9e3-43a1-8645-f8ba21c2d25d/mbid-e9747900-a9e3-43a1-8645-f8ba21c2d25d-40637927352_thumb250.jpg",
    "song": "Suck The Cherry",
    "track_id": "a19c8291-509b-4370-a6d1-dd305f14d858",
    "recording_id": "d7bc6c70-b6f2-4e1c-a01e-c8d36e820928",
    "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": "For Jennie in West Seattle!\n\"Longtime amplifier and card-carrying member of the Evie fan club checking in! I'm sure the queue is already full of amazing songs, but if the Velveteers are in there, I would love to hear them! Thanks as always for spreading sunshine and joy!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}