Information about plays

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

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

{
    "id": 3632157,
    "uri": "https://api.kexp.org/v2/plays/3632157/?format=api",
    "airdate": "2026-03-21T22:57:44-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://dn711002.ca.archive.org/0/items/mbid-50797da2-56af-4ca1-b4cb-b2bd4662892c/mbid-50797da2-56af-4ca1-b4cb-b2bd4662892c-9716821231_thumb500.jpg",
    "thumbnail_uri": "https://dn711002.ca.archive.org/0/items/mbid-50797da2-56af-4ca1-b4cb-b2bd4662892c/mbid-50797da2-56af-4ca1-b4cb-b2bd4662892c-9716821231_thumb250.jpg",
    "song": "And Your Bird Can Sing",
    "track_id": "36051755-0451-4afe-a8c9-4535198591c1",
    "recording_id": "13362f43-f9dc-4d87-af11-a53cba33931a",
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "Extras",
    "release_id": "50797da2-56af-4ca1-b4cb-b2bd4662892c",
    "release_group_id": "8dee7e01-34d7-3195-ada0-3a3f213b0aef",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Jam cover “And Your Bird Can Sing,” originally recorded by The Beatles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}