Information about plays

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

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

{
    "id": 3552025,
    "uri": "https://api.kexp.org/v2/plays/3552025/?format=api",
    "airdate": "2025-09-12T08:32:32-07:00",
    "show": 64540,
    "show_uri": "https://api.kexp.org/v2/shows/64540/?format=api",
    "image_uri": "https://ia601000.us.archive.org/10/items/mbid-cd0faa58-4ca6-43ad-9302-0c8cb4637109/mbid-cd0faa58-4ca6-43ad-9302-0c8cb4637109-43015757337_thumb500.jpg",
    "thumbnail_uri": "https://ia801000.us.archive.org/10/items/mbid-cd0faa58-4ca6-43ad-9302-0c8cb4637109/mbid-cd0faa58-4ca6-43ad-9302-0c8cb4637109-43015757337_thumb250.jpg",
    "song": "The Happy Dictator",
    "track_id": "266d816c-27b8-4136-a726-e269b0c6fa67",
    "recording_id": "0ade740b-ae0b-4916-8454-3995442ba385",
    "artist": "Gorillaz feat. Sparks",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596",
        "f319b57a-a494-40f6-a467-3d196d3484e6"
    ],
    "album": "The Happy Dictator",
    "release_id": "cd0faa58-4ca6-43ad-9302-0c8cb4637109",
    "release_group_id": "9dc1fb4c-2373-4427-b965-23e1b6184e11",
    "labels": [
        "Kong"
    ],
    "label_ids": [
        "dd8a3d8e-26d4-4c75-8b36-1c48516e6b7d"
    ],
    "release_date": "2025-09-11",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gorillaz have just announced a new album, \"The Mountain,\" which will be out on March 20th, 2026.\n--\nThis poppy new single features the Mael brothers (Sparks).  John Lennon was once said to have described them as: “Marc Bolan… playing a song with Adolf Hitler” : https://www.bbc.com/culture/article/20210804-sparks-the-greatest-band-youve-never-heard-of",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}