Information about plays

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

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

{
    "id": 3550039,
    "uri": "https://api.kexp.org/v2/plays/3550039/?format=api",
    "airdate": "2025-09-07T12:44:35-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?format=api",
    "image_uri": "https://ia600907.us.archive.org/3/items/mbid-a2b29338-5ac1-4b1a-a90c-a5c944ef34cd/mbid-a2b29338-5ac1-4b1a-a90c-a5c944ef34cd-42377026584_thumb500.jpg",
    "thumbnail_uri": "https://ia800907.us.archive.org/3/items/mbid-a2b29338-5ac1-4b1a-a90c-a5c944ef34cd/mbid-a2b29338-5ac1-4b1a-a90c-a5c944ef34cd-42377026584_thumb250.jpg",
    "song": "The Rain (Supa Dupa Fly)",
    "track_id": "8b209f5c-9803-3183-9ed6-4c10645d5cd5",
    "recording_id": "91e62243-2060-4611-a415-ec3270f83238",
    "artist": "Missy Elliott",
    "artist_ids": [
        "a0b8cb9e-7532-45fe-a74c-30e7c4009a39"
    ],
    "album": "Supa Dupa Fly",
    "release_id": "a2b29338-5ac1-4b1a-a90c-a5c944ef34cd",
    "release_group_id": "45a68d94-6923-38c1-a6dd-4cfc1cdc193a",
    "labels": [
        "EastWest Records America"
    ],
    "label_ids": [
        "0b05d7e9-fd0b-4967-92a8-a42f72e12903"
    ],
    "release_date": "1997-08-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Missy Elliott was inducted into the Rock & Roll Hall of Fame in 2023, the first woman rapper to earn the honor. Queen Latifah gave the introductory speech, underlining Elliott's status as a trailblazer.\n\nhttps://pitchfork.com/news/missy-elliott-inducted-into-rock-and-roll-hall-of-fame-2023-read-her-full-speech/\nhttps://www.missy-elliott.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}