Information about plays

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

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

{
    "id": 3637205,
    "uri": "https://api.kexp.org/v2/plays/3637205/?format=api",
    "airdate": "2026-04-03T08:54:33-07:00",
    "show": 66352,
    "show_uri": "https://api.kexp.org/v2/shows/66352/?format=api",
    "image_uri": "https://dn721603.ca.archive.org/0/items/mbid-23b80522-2108-45aa-a735-95f2a65b43fc/mbid-23b80522-2108-45aa-a735-95f2a65b43fc-35961035952_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-23b80522-2108-45aa-a735-95f2a65b43fc/mbid-23b80522-2108-45aa-a735-95f2a65b43fc-35961035952_thumb250.jpg",
    "song": "Down by the Water",
    "track_id": "53588cef-d1bc-3f9b-b739-43c98d0d8564",
    "recording_id": "daab3238-cdcd-438c-b6bf-30e0357242de",
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Down by the Water",
    "release_id": "23b80522-2108-45aa-a735-95f2a65b43fc",
    "release_group_id": "ccc9ed44-627c-38c7-ae3c-1264a4b55423",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1995-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This powerful song samples the vocals from Lead Belly's 1937 song, \"Salty Dog Blues.\"\n--\nThis track's iconic music video, directed by Maria Mochnacz, features Harvey's over-the-top glam look she dubbed \"Joan Crawford on acid.\": https://www.youtube.com/watch?v=lbq4G1TjKYg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}