Information about plays

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

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

{
    "id": 3581546,
    "uri": "https://api.kexp.org/v2/plays/3581546/?format=api",
    "airdate": "2025-11-22T18:43:40-08:00",
    "show": 65183,
    "show_uri": "https://api.kexp.org/v2/shows/65183/?format=api",
    "image_uri": "https://ia801301.us.archive.org/23/items/mbid-14626501-33a4-444d-8c6c-8876eac44d23/mbid-14626501-33a4-444d-8c6c-8876eac44d23-12608718171_thumb500.jpg",
    "thumbnail_uri": "https://ia801301.us.archive.org/23/items/mbid-14626501-33a4-444d-8c6c-8876eac44d23/mbid-14626501-33a4-444d-8c6c-8876eac44d23-12608718171_thumb250.jpg",
    "song": "Upward Mobility",
    "track_id": "67a9d9bd-434c-401e-9e10-79560fc1528b",
    "recording_id": "584bd3a5-cbb6-41ca-876f-1b4f23a8543d",
    "artist": "The Helio Sequence",
    "artist_ids": [
        "b6ab8d01-0cb3-4515-bc05-d928397e7429"
    ],
    "album": "The Helio Sequence",
    "release_id": "14626501-33a4-444d-8c6c-8876eac44d23",
    "release_group_id": "1e9eac88-09c9-4b51-bf4b-ead831b17d96",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2015-05-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Originally from Beaverton, Oregon, The Helio Sequence signed to Sup Pop Records in the early 2000s. This is from their most recent record, which came out back in 2015.\n\nhttps://www.heliosequence.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}