Information about plays

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

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

{
    "id": 3611467,
    "uri": "https://api.kexp.org/v2/plays/3611467/?format=api",
    "airdate": "2026-01-31T15:57:23-08:00",
    "show": 65805,
    "show_uri": "https://api.kexp.org/v2/shows/65805/?format=api",
    "image_uri": "https://dn710307.ca.archive.org/0/items/mbid-647d7016-2683-42c6-b027-83114a7c3eec/mbid-647d7016-2683-42c6-b027-83114a7c3eec-2060685316_thumb500.jpg",
    "thumbnail_uri": "https://ia800606.us.archive.org/9/items/mbid-647d7016-2683-42c6-b027-83114a7c3eec/mbid-647d7016-2683-42c6-b027-83114a7c3eec-2060685316_thumb250.jpg",
    "song": "Revolution 909",
    "track_id": "106d4694-d799-3537-95b0-e45fc7482491",
    "recording_id": "0a6e234d-0c9d-41e0-bce7-5c0ca09befbd",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Homework",
    "release_id": "497f9acf-a695-332e-bc20-1c8745248550",
    "release_group_id": "00054665-89fa-33d5-a8f0-1728ea8c32c3",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1997-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the music video for \"Revolution 909\" https://www.youtube.com/watch?v=uURB-vo9rZ4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}