Information about plays

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

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

{
    "id": 3576830,
    "uri": "https://api.kexp.org/v2/plays/3576830/?format=api",
    "airdate": "2025-11-11T12:37:04-08:00",
    "show": 65081,
    "show_uri": "https://api.kexp.org/v2/shows/65081/?format=api",
    "image_uri": "https://ia600209.us.archive.org/13/items/mbid-44d9c90e-d5c6-49cf-a303-7f43d0fd4df0/mbid-44d9c90e-d5c6-49cf-a303-7f43d0fd4df0-9620304617_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/13/items/mbid-44d9c90e-d5c6-49cf-a303-7f43d0fd4df0/mbid-44d9c90e-d5c6-49cf-a303-7f43d0fd4df0-9620304617_thumb250.jpg",
    "song": "No Anthems",
    "track_id": "eea07d9c-16e4-4da3-9d2c-2285833b3e02",
    "recording_id": "8f8b9006-a451-4587-9631-e2589ccb960a",
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "No Cities to Love",
    "release_id": "44d9c90e-d5c6-49cf-a303-7f43d0fd4df0",
    "release_group_id": "aeacebc7-34fc-44ff-bde9-779e6fde7ade",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2015-01-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "In 2015, this reviewer said that Sleater-Kinney dropped \"the best song of the year\" on their reunion album, \"No Cities to Love\": https://www.inverse.com/article/9318-no-anthems-by-sleater-kinney-is-the-best-song-this-year\n--\nWant to see a live performance?: https://www.youtube.com/watch?v=BVXV6a5vD9E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}