Information about plays

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

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

{
    "id": 3638223,
    "uri": "https://api.kexp.org/v2/plays/3638223/?format=api",
    "airdate": "2026-04-05T15:20:35-07:00",
    "show": 66375,
    "show_uri": "https://api.kexp.org/v2/shows/66375/?format=api",
    "image_uri": "https://dn711000.ca.archive.org/0/items/mbid-a5e4d1ba-985a-4971-bab9-179618cf3dd5/mbid-a5e4d1ba-985a-4971-bab9-179618cf3dd5-4682469170_thumb500.jpg",
    "thumbnail_uri": "https://dn711000.ca.archive.org/0/items/mbid-a5e4d1ba-985a-4971-bab9-179618cf3dd5/mbid-a5e4d1ba-985a-4971-bab9-179618cf3dd5-4682469170_thumb250.jpg",
    "song": "Speak Like a Child",
    "track_id": "dbb6ffc5-e560-38a8-b6e3-a44459157d5d",
    "recording_id": "dbd3f872-3d41-496f-936d-04318544f488",
    "artist": "The Style Council",
    "artist_ids": [
        "34e56f20-ddda-48c9-a4bb-6bb12df57de0"
    ],
    "album": "Speak Like a Child",
    "release_id": "a5e4d1ba-985a-4971-bab9-179618cf3dd5",
    "release_group_id": "2d5a88c8-de51-4e81-b026-b95b8a168dfd",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1983-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in March 1983, Speak Like A Child reached no 4 in the UK charts. The track signaled a bold new chapter for Paul Weller following the split of The Jam.\n--\nWatch the original music video: https://youtu.be/ZlCCva6rr-s?si=bopuPt7WLCZ4B0H8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}