Information about plays

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

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

{
    "id": 3618680,
    "uri": "https://api.kexp.org/v2/plays/3618680/?format=api",
    "airdate": "2026-02-17T10:44:04-08:00",
    "show": 65958,
    "show_uri": "https://api.kexp.org/v2/shows/65958/?format=api",
    "image_uri": "https://dn710901.ca.archive.org/0/items/mbid-7eb0dd9e-829a-4b3c-a748-9e424eae1bc9/mbid-7eb0dd9e-829a-4b3c-a748-9e424eae1bc9-28675842896_thumb500.jpg",
    "thumbnail_uri": "https://dn710901.ca.archive.org/0/items/mbid-7eb0dd9e-829a-4b3c-a748-9e424eae1bc9/mbid-7eb0dd9e-829a-4b3c-a748-9e424eae1bc9-28675842896_thumb250.jpg",
    "song": "Coeur d'Alene",
    "track_id": "e2030827-1fb5-3caf-99b4-0abf9faf7534",
    "recording_id": "55dca219-f38c-4611-9626-fb1aa736e31e",
    "artist": "The Head and the Heart",
    "artist_ids": [
        "98cb416e-5271-484c-ab3b-6bed6b4aae12"
    ],
    "album": "The Head and the Heart",
    "release_id": "7eb0dd9e-829a-4b3c-a748-9e424eae1bc9",
    "release_group_id": "d51ffb84-a158-4a1f-ab76-99fc6f372344",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-04-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Head and the Heart will perform at The Chase Center in SF on Friday, March 6th.\n--\nSee a live performance of \"Coeur d\"Alene\" in 2011: https://www.youtube.com/watch?v=OexuK8qcBu8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}