Information about plays

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

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

{
    "id": 3628997,
    "uri": "https://api.kexp.org/v2/plays/3628997/?format=api",
    "airdate": "2026-03-14T21:54:45-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "https://dn711004.ca.archive.org/0/items/mbid-614d3eae-5d33-453f-aabf-4170e49df174/mbid-614d3eae-5d33-453f-aabf-4170e49df174-10330146087_thumb500.jpg",
    "thumbnail_uri": "https://dn711004.ca.archive.org/0/items/mbid-614d3eae-5d33-453f-aabf-4170e49df174/mbid-614d3eae-5d33-453f-aabf-4170e49df174-10330146087_thumb250.jpg",
    "song": "Your Life in France",
    "track_id": "5247e086-7dca-44a6-9e65-ba1b7df4b061",
    "recording_id": "188d7408-8088-44ee-aae3-41e6b3df3de5",
    "artist": "Ceremony",
    "artist_ids": [
        "c13da818-d566-4f2a-aaaf-1c68301ddc43"
    ],
    "album": "The L-Shaped Man",
    "release_id": "614d3eae-5d33-453f-aabf-4170e49df174",
    "release_group_id": "a404c698-88c8-43b7-b923-769e261c2b2f",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2015-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ceremony will be performing at Coachella this year along with Die Spitz, Joyce Manor, and many more.  The festival is schedule for April 10th-12th and 17th-19th this year.\n\nhttps://www.ceremonyhc.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}