Information about plays

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

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

{
    "id": 3631828,
    "uri": "https://api.kexp.org/v2/plays/3631828/?format=api",
    "airdate": "2026-03-21T06:52:47-07:00",
    "show": 66239,
    "show_uri": "https://api.kexp.org/v2/shows/66239/?format=api",
    "image_uri": "https://dn711100.ca.archive.org/0/items/mbid-f86c0b17-f117-45e0-94b2-5dd4664e271e/mbid-f86c0b17-f117-45e0-94b2-5dd4664e271e-38562477928_thumb500.jpg",
    "thumbnail_uri": "https://dn711100.ca.archive.org/0/items/mbid-f86c0b17-f117-45e0-94b2-5dd4664e271e/mbid-f86c0b17-f117-45e0-94b2-5dd4664e271e-38562477928_thumb250.jpg",
    "song": "The Letter",
    "track_id": "295bdde1-a9de-3508-90ca-3135bca67150",
    "recording_id": "65c19927-dc94-4daf-985e-2e95ecb0fb7e",
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Uh Huh Her",
    "release_id": "f86c0b17-f117-45e0-94b2-5dd4664e271e",
    "release_group_id": "08fdd0c0-ea57-367f-afa6-2743004807ef",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2004-06-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}