Information about plays

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

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

{
    "id": 3633055,
    "uri": "https://api.kexp.org/v2/plays/3633055/?format=api",
    "airdate": "2026-03-24T08:51:22-07:00",
    "show": 66267,
    "show_uri": "https://api.kexp.org/v2/shows/66267/?format=api",
    "image_uri": "https://dn710800.ca.archive.org/0/items/mbid-64e77ece-bd5e-48c2-a342-cea183a78638/mbid-64e77ece-bd5e-48c2-a342-cea183a78638-13927606559_thumb500.jpg",
    "thumbnail_uri": "https://dn710800.ca.archive.org/0/items/mbid-64e77ece-bd5e-48c2-a342-cea183a78638/mbid-64e77ece-bd5e-48c2-a342-cea183a78638-13927606559_thumb250.jpg",
    "song": "Alive and Kicking",
    "track_id": "94f0ed59-d255-3636-b99a-0c818eb86b36",
    "recording_id": "989e01a1-ee01-463f-b339-6fec22af6784",
    "artist": "Simple Minds",
    "artist_ids": [
        "f41490ce-fe39-435d-86c0-ab5ce098b423"
    ],
    "album": "Once Upon a Time",
    "release_id": "64e77ece-bd5e-48c2-a342-cea183a78638",
    "release_group_id": "8b184afd-58a6-3626-a4c6-67089ab88734",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1985-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Co-produced by Bob Clearmountain this one features Robin Clark on backing vocals. Clark also sings on David Bowie's \"Young Americans\", \"Day-In-Day-Out\", and \"Blue Jean\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}