Information about plays

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

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

{
    "id": 3551269,
    "uri": "https://api.kexp.org/v2/plays/3551269/?format=api",
    "airdate": "2025-09-10T10:55:44-07:00",
    "show": 64525,
    "show_uri": "https://api.kexp.org/v2/shows/64525/?format=api",
    "image_uri": "https://ia600305.us.archive.org/3/items/mbid-b4259efc-9d8e-437f-b411-c578428584ca/mbid-b4259efc-9d8e-437f-b411-c578428584ca-34756426228_thumb500.jpg",
    "thumbnail_uri": "https://ia800305.us.archive.org/3/items/mbid-b4259efc-9d8e-437f-b411-c578428584ca/mbid-b4259efc-9d8e-437f-b411-c578428584ca-34756426228_thumb250.jpg",
    "song": "Freaks",
    "track_id": "a255a9f1-9dc4-4a0d-9ae9-4707dc63d24c",
    "recording_id": "63180294-3515-45e8-b418-72d04597ca35",
    "artist": "Surf Curse",
    "artist_ids": [
        "89ea85c2-c90a-46ea-93db-9bed95d5c8f8"
    ],
    "album": "Buds",
    "release_id": "b4259efc-9d8e-437f-b411-c578428584ca",
    "release_group_id": "70bdc19f-66fb-4adf-9124-925ace531101",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reno, Nevada, band Surf Curse!\n\nhttps://surfcurse.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}