Information about plays

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

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

{
    "id": 3550960,
    "uri": "https://api.kexp.org/v2/plays/3550960/?format=api",
    "airdate": "2025-09-09T18:13:28-07:00",
    "show": 64519,
    "show_uri": "https://api.kexp.org/v2/shows/64519/?format=api",
    "image_uri": "https://ia902803.us.archive.org/13/items/mbid-57c59bb6-e45d-4937-b63e-c6e0a1cea09e/mbid-57c59bb6-e45d-4937-b63e-c6e0a1cea09e-6596294587_thumb500.jpg",
    "thumbnail_uri": "https://ia902803.us.archive.org/13/items/mbid-57c59bb6-e45d-4937-b63e-c6e0a1cea09e/mbid-57c59bb6-e45d-4937-b63e-c6e0a1cea09e-6596294587_thumb250.jpg",
    "song": "We Used to Be Friends",
    "track_id": "33acd9be-a808-3a39-b618-30325f619303",
    "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": "57c59bb6-e45d-4937-b63e-c6e0a1cea09e",
    "release_group_id": "19dc2439-5bcb-3ee3-ac92-8160ce704cc1",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2003-05-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___\n\nTroy Nelson hosted this Portland-based band, The Dandy Warhols back in 2016 for a great live session. Check it out here: https://bit.ly/3Vu6Lda",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}