Information about plays

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

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

{
    "id": 3546881,
    "uri": "https://api.kexp.org/v2/plays/3546881/?format=api",
    "airdate": "2025-08-30T20:55:58-07:00",
    "show": 64431,
    "show_uri": "https://api.kexp.org/v2/shows/64431/?format=api",
    "image_uri": "https://ia801401.us.archive.org/22/items/mbid-266e00bb-f3bd-4594-a81a-c1dea15cf167/mbid-266e00bb-f3bd-4594-a81a-c1dea15cf167-32250500623_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/22/items/mbid-266e00bb-f3bd-4594-a81a-c1dea15cf167/mbid-266e00bb-f3bd-4594-a81a-c1dea15cf167-32250500623_thumb250.jpg",
    "song": "Something Bigger, Something Brighter",
    "track_id": "f3914806-f86c-3b14-a186-282243b5a8e6",
    "recording_id": "fc5fe71f-da2c-4d72-a35a-2b2d170071e1",
    "artist": "Pretty Girls Make Graves",
    "artist_ids": [
        "b2274e6d-10e8-4068-9dd2-eb55d4a144b5"
    ],
    "album": "The New Romance",
    "release_id": "266e00bb-f3bd-4594-a81a-c1dea15cf167",
    "release_group_id": "cb4238e8-2d11-38a3-bd28-ff558cd8a7ee",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2003-09-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}