Information about plays

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

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

{
    "id": 3610704,
    "uri": "https://api.kexp.org/v2/plays/3610704/?format=api",
    "airdate": "2026-01-29T17:18:06-08:00",
    "show": 65787,
    "show_uri": "https://api.kexp.org/v2/shows/65787/?format=api",
    "image_uri": "https://ia800906.us.archive.org/15/items/mbid-8374bcf4-5ef9-4fd7-b50b-e29b95a050b7/mbid-8374bcf4-5ef9-4fd7-b50b-e29b95a050b7-38944264749_thumb500.jpg",
    "thumbnail_uri": "https://ia600906.us.archive.org/15/items/mbid-8374bcf4-5ef9-4fd7-b50b-e29b95a050b7/mbid-8374bcf4-5ef9-4fd7-b50b-e29b95a050b7-38944264749_thumb250.jpg",
    "song": "Totally Wired",
    "track_id": "cea6c14f-8429-4f35-b449-02d6dae2cdf1",
    "recording_id": "f7d408f4-5ee2-4fa3-aabc-3bf0044b398e",
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Totally Wired: The Rough Trade Anthology",
    "release_id": "975566de-65a2-4417-9f33-fc3c2bdec6f1",
    "release_group_id": "41ec28c3-e876-3f71-8cec-1882b5c4bacb",
    "labels": [
        "Castle Music"
    ],
    "label_ids": [
        "b151764b-7521-4063-93a8-6817f7ae670f"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Part of America Therein, 1981 was compiled from recordings of live shows in Chicago, New York, Memphis, Houston, and San Francisco, between May and July 1981. The quality of recordings is variable, and the album was described as a \"slap-dash document\" of the band's US tour.\n\nRIP Mark E. Smith (1957-2018)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}