Information about plays

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

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

{
    "id": 3539420,
    "uri": "https://api.kexp.org/v2/plays/3539420/?format=api",
    "airdate": "2025-08-13T02:34:58-07:00",
    "show": 64275,
    "show_uri": "https://api.kexp.org/v2/shows/64275/?format=api",
    "image_uri": "https://ia600307.us.archive.org/24/items/mbid-25b9e644-f84e-42d2-87d6-dba57178c4fe/mbid-25b9e644-f84e-42d2-87d6-dba57178c4fe-42205899257_thumb500.jpg",
    "thumbnail_uri": "https://dn720701.ca.archive.org/0/items/mbid-25b9e644-f84e-42d2-87d6-dba57178c4fe/mbid-25b9e644-f84e-42d2-87d6-dba57178c4fe-42205899257_thumb250.jpg",
    "song": "No Cigar",
    "track_id": "2489e25e-0ad8-4bf7-8790-877c2672d92f",
    "recording_id": "e8d1c778-c703-4c7b-8ba1-f4cb7f861c46",
    "artist": "Shit Robot",
    "artist_ids": [
        "c3754232-e672-4055-afec-2f3f9633f864"
    ],
    "album": "No Cigar",
    "release_id": "25b9e644-f84e-42d2-87d6-dba57178c4fe",
    "release_group_id": "b22b7e15-4218-4489-a8d9-385c202ac973",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2025-07-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}