Information about plays

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

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

{
    "id": 3616908,
    "uri": "https://api.kexp.org/v2/plays/3616908/?format=api",
    "airdate": "2026-02-13T08:47:28-08:00",
    "show": 65920,
    "show_uri": "https://api.kexp.org/v2/shows/65920/?format=api",
    "image_uri": "https://dn710908.ca.archive.org/0/items/mbid-b15731d4-2ea8-4111-8dac-57d4ccc9b8b7/mbid-b15731d4-2ea8-4111-8dac-57d4ccc9b8b7-10121807017_thumb500.jpg",
    "thumbnail_uri": "https://dn710908.ca.archive.org/0/items/mbid-b15731d4-2ea8-4111-8dac-57d4ccc9b8b7/mbid-b15731d4-2ea8-4111-8dac-57d4ccc9b8b7-10121807017_thumb250.jpg",
    "song": "Book of Love",
    "track_id": "59291082-7223-36bb-a7f4-8314cc7609c1",
    "recording_id": "ab779057-efcd-4dc9-bb57-1f13a28d5a04",
    "artist": "Book of Love",
    "artist_ids": [
        "874b3a85-db6e-49f2-b8bf-747ca5c10d27"
    ],
    "album": "Book of Love",
    "release_id": "b15731d4-2ea8-4111-8dac-57d4ccc9b8b7",
    "release_group_id": "e07e7061-adef-362e-bec6-51edc74e544d",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1988-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band took its name from the 1958 song by The Monotones.\n--\nBook of Love is the self-titled debut studio album by American synth-pop and electronic band Book of Love, released in 1986 - https://www.bookoflovemusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}