Information about plays

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

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

{
    "id": 3637285,
    "uri": "https://api.kexp.org/v2/plays/3637285/?format=api",
    "airdate": "2026-04-03T13:33:06-07:00",
    "show": 66354,
    "show_uri": "https://api.kexp.org/v2/shows/66354/?format=api",
    "image_uri": "https://dn711302.ca.archive.org/0/items/mbid-b80c9917-2c60-4e4f-b2ad-01c1864f8b5d/mbid-b80c9917-2c60-4e4f-b2ad-01c1864f8b5d-4763046689_thumb500.jpg",
    "thumbnail_uri": "https://dn711302.ca.archive.org/0/items/mbid-b80c9917-2c60-4e4f-b2ad-01c1864f8b5d/mbid-b80c9917-2c60-4e4f-b2ad-01c1864f8b5d-4763046689_thumb250.jpg",
    "song": "Ghost Town",
    "track_id": "eedec4aa-2e53-3406-85b6-6b7415c4dd58",
    "recording_id": "91a35dfb-f746-4a4d-a0a9-fe5f932f2923",
    "artist": "The Specials",
    "artist_ids": [
        "07eb40a2-2914-439c-a01d-15a685b84ddf"
    ],
    "album": "Ghost Town",
    "release_id": "a1049655-d4f7-43d1-93da-67496839bf11",
    "release_group_id": "697d3295-a39c-311a-b408-0568a7b1b1f9",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1981-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ghost Town spent three weeks at number one and 10 weeks in total in the top 40 of the UK Singles Chart in 1981. Evoking themes of urban decay, deindustrialization, unemployment and violence in inner cities, the song is remembered for being a hit at the same time as riots were occurring in British cities. \n\nhttps://www.thespecials.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}