Information about plays

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

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

{
    "id": 3671048,
    "uri": "https://api.kexp.org/v2/plays/3671048/?format=api",
    "airdate": "2026-06-22T05:51:01-07:00",
    "show": 67057,
    "show_uri": "https://api.kexp.org/v2/shows/67057/?format=api",
    "image_uri": "https://dn710401.ca.archive.org/0/items/mbid-29660e28-11d2-4b9e-8650-0bbcbe91ff9b/mbid-29660e28-11d2-4b9e-8650-0bbcbe91ff9b-45353973099_thumb500.jpg",
    "thumbnail_uri": "https://dn710401.ca.archive.org/0/items/mbid-29660e28-11d2-4b9e-8650-0bbcbe91ff9b/mbid-29660e28-11d2-4b9e-8650-0bbcbe91ff9b-45353973099_thumb250.jpg",
    "song": "Into the Sky",
    "track_id": "2f0ec7ee-3845-4d4a-be22-9fa56807e65c",
    "recording_id": "510825ce-fb9e-4ec8-a4b3-b790b42df1ad",
    "artist": "LA Priest",
    "artist_ids": [
        "576136d1-4733-4d98-8292-a7a3c4cffb83"
    ],
    "album": "Into the Sky",
    "release_id": "29660e28-11d2-4b9e-8650-0bbcbe91ff9b",
    "release_group_id": "7d06d0b1-62d4-4388-a7c0-35c7a8316c33",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2026-06-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA Priest is the solo project of multi-artist Sam Eastgate. \"Into the Sky\" was co-written and co-produced alongside his long-time friend and electronic innovator, Boys Noize.\n\nhttps://lapriest.bandcamp.com/album/into-the-sky\n\nOfficial music video, shot in Joshua Tree, California:\nhttps://www.youtube.com/watch?v=hACkzIm-_aU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}