Information about plays

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

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

{
    "id": 3496654,
    "uri": "https://api.kexp.org/v2/plays/3496654/?format=api",
    "airdate": "2025-05-03T13:54:58-07:00",
    "show": 63359,
    "show_uri": "https://api.kexp.org/v2/shows/63359/?format=api",
    "image_uri": "https://ia802201.us.archive.org/21/items/mbid-3b7c9589-d3e1-4a83-bc7b-a5b3f300840f/mbid-3b7c9589-d3e1-4a83-bc7b-a5b3f300840f-32906840769_thumb500.jpg",
    "thumbnail_uri": "https://dn721903.ca.archive.org/0/items/mbid-3b7c9589-d3e1-4a83-bc7b-a5b3f300840f/mbid-3b7c9589-d3e1-4a83-bc7b-a5b3f300840f-32906840769_thumb250.jpg",
    "song": "Grave Architecture (Peel Session: 1997-08-21)",
    "track_id": "d5419f2c-d09f-31f9-9ada-24c5a48b5023",
    "recording_id": "ae081eee-5922-4880-9c9f-cf1196dc1a4d",
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Brighten the Corners: Nicene Creedence Edition",
    "release_id": "3b7c9589-d3e1-4a83-bc7b-a5b3f300840f",
    "release_group_id": "071af447-389f-360d-aced-1d0ae3e0d5ec",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2008-12-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Todd and Dave currently painting an amazing mural on OTB Discs in Stockton, CA!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}