Information about plays

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

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

{
    "id": 3556679,
    "uri": "https://api.kexp.org/v2/plays/3556679/?format=api",
    "airdate": "2025-09-23T09:34:13-07:00",
    "show": 64640,
    "show_uri": "https://api.kexp.org/v2/shows/64640/?format=api",
    "image_uri": "https://ia902803.us.archive.org/34/items/mbid-e7098523-654f-35dc-8d19-6db5dac5aa4f/mbid-e7098523-654f-35dc-8d19-6db5dac5aa4f-34370435928_thumb500.jpg",
    "thumbnail_uri": "https://ia802803.us.archive.org/34/items/mbid-e7098523-654f-35dc-8d19-6db5dac5aa4f/mbid-e7098523-654f-35dc-8d19-6db5dac5aa4f-34370435928_thumb250.jpg",
    "song": "We Used to Be Friends",
    "track_id": "55929e1d-63a1-3248-8709-09686ed7353a",
    "recording_id": "b81b0aba-49c4-45ae-abc3-29d44744a8ba",
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Welcome to the Monkey House",
    "release_id": "e7098523-654f-35dc-8d19-6db5dac5aa4f",
    "release_group_id": "19dc2439-5bcb-3ee3-ac92-8160ce704cc1",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2003-08-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Famously used as the opening credits song for mid-oughts TV show, Veronica Mars.\n___\nJohn has a funny story about talking to the band whilst wearing a meerkat costume.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}