Information about plays

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

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

{
    "id": 3635142,
    "uri": "https://api.kexp.org/v2/plays/3635142/?format=api",
    "airdate": "2026-03-29T13:44:38-07:00",
    "show": 66312,
    "show_uri": "https://api.kexp.org/v2/shows/66312/?format=api",
    "image_uri": "https://dn711103.ca.archive.org/0/items/mbid-54ad2ad0-5951-475a-8349-156835569c93/mbid-54ad2ad0-5951-475a-8349-156835569c93-7086574358_thumb500.jpg",
    "thumbnail_uri": "https://dn711103.ca.archive.org/0/items/mbid-54ad2ad0-5951-475a-8349-156835569c93/mbid-54ad2ad0-5951-475a-8349-156835569c93-7086574358_thumb250.jpg",
    "song": "Rebel Yell",
    "track_id": "d4b44466-7e02-3e95-90bb-b5618cd95dd0",
    "recording_id": "99b99f36-8cea-4df7-96e8-fe32965abc93",
    "artist": "Billy Idol",
    "artist_ids": [
        "47c8f88b-987a-4b64-9175-2b1b57809727"
    ],
    "album": "Rebel Yell",
    "release_id": "54ad2ad0-5951-475a-8349-156835569c93",
    "release_group_id": "5c4a34dd-86b9-3b5e-89d7-61b49628a806",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}