Information about plays

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

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

{
    "id": 3539051,
    "uri": "https://api.kexp.org/v2/plays/3539051/?format=api",
    "airdate": "2025-08-12T06:25:47-07:00",
    "show": 64268,
    "show_uri": "https://api.kexp.org/v2/shows/64268/?format=api",
    "image_uri": "https://dn721306.ca.archive.org/0/items/mbid-249ba544-46ce-41d6-8a28-44fe009f7093/mbid-249ba544-46ce-41d6-8a28-44fe009f7093-19949399123_thumb500.jpg",
    "thumbnail_uri": "https://dn721306.ca.archive.org/0/items/mbid-249ba544-46ce-41d6-8a28-44fe009f7093/mbid-249ba544-46ce-41d6-8a28-44fe009f7093-19949399123_thumb250.jpg",
    "song": "Baby Love",
    "track_id": "0470e6c4-ea11-3792-a09c-5882f76602e3",
    "recording_id": "d7e8f793-9cc3-4815-b0e5-3e970117ed51",
    "artist": "The Supremes",
    "artist_ids": [
        "c1aa2ec9-53e7-4d90-8d36-bac75832e986"
    ],
    "album": "Anthology",
    "release_id": "249ba544-46ce-41d6-8a28-44fe009f7093",
    "release_group_id": "7236a3f2-c675-3636-be47-af91bd03d3f6",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2001-12-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listen for Diana Ross's cooing lead vocal and oohing, Florence Ballard and Mary Wilson's \"baby-baby\" backup, the Funk Brothers' instrumental track, and teenager Mike Valvano's footstomping.\n\nCheck out The Supremes performing \"Baby Love\": https://www.youtube.com/watch?v=9_y6nFjoVp4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}