Information about plays

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

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

{
    "id": 3548710,
    "uri": "https://api.kexp.org/v2/plays/3548710/?format=api",
    "airdate": "2025-09-04T05:02:38-07:00",
    "show": 64469,
    "show_uri": "https://api.kexp.org/v2/shows/64469/?format=api",
    "image_uri": "https://ia600507.us.archive.org/17/items/mbid-acdba80f-e6cd-44d3-a06a-05866a612fa4/mbid-acdba80f-e6cd-44d3-a06a-05866a612fa4-14784286934_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-acdba80f-e6cd-44d3-a06a-05866a612fa4/mbid-acdba80f-e6cd-44d3-a06a-05866a612fa4-14784286934_thumb250.jpg",
    "song": "Verb: That's What's Happening",
    "track_id": "689e46ca-9213-3365-a1d5-daa1679bfb7d",
    "recording_id": "537497ff-f4e2-4dd4-9a33-c8560987c305",
    "artist": "Zachary Sanders",
    "artist_ids": [
        "0bf42334-c8b7-4bca-bcd9-d7c394e5aac0"
    ],
    "album": "Schoolhouse Rock!",
    "release_id": "acdba80f-e6cd-44d3-a06a-05866a612fa4",
    "release_group_id": "3f142ee6-af21-3894-8774-257a931fc5d3",
    "labels": [
        "Kid Rhino"
    ],
    "label_ids": [
        "7fca0d5c-2dad-4aba-9d95-2c57860332a1"
    ],
    "release_date": "1996-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Schoolhouse Rock! debuted on January 6, 1973! 'Verb: That's What's Happening' featured the first Black male superhero character to appear in a cartoon series. \n\nTravel back in time and check out the original cartoon: https://www.youtube.com/watch?v=5EicxQxzsW4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}