Information about plays

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

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

{
    "id": 3547575,
    "uri": "https://api.kexp.org/v2/plays/3547575/?format=api",
    "airdate": "2025-09-01T12:44:42-07:00",
    "show": 64446,
    "show_uri": "https://api.kexp.org/v2/shows/64446/?format=api",
    "image_uri": "https://ia802809.us.archive.org/18/items/mbid-8aa7f6ec-1a8a-42e2-b0a4-dd461838d036/mbid-8aa7f6ec-1a8a-42e2-b0a4-dd461838d036-25180138844_thumb500.jpg",
    "thumbnail_uri": "https://ia802809.us.archive.org/18/items/mbid-8aa7f6ec-1a8a-42e2-b0a4-dd461838d036/mbid-8aa7f6ec-1a8a-42e2-b0a4-dd461838d036-25180138844_thumb250.jpg",
    "song": "Golden",
    "track_id": "01a3c5a4-c1c5-3259-83a6-ed58864835a9",
    "recording_id": "1c3fc56e-3dbc-47df-a3e0-941c9e76a1cb",
    "artist": "Jill Scott",
    "artist_ids": [
        "b1fb6a18-1626-4011-80fb-eaf83dfebcb6"
    ],
    "album": "Beautifully Human: Words and Sounds, Volume 2",
    "release_id": "8aa7f6ec-1a8a-42e2-b0a4-dd461838d036",
    "release_group_id": "5949b01b-4f5f-365a-ac61-7ac3d429351a",
    "labels": [
        "Hidden Beach Recordings"
    ],
    "label_ids": [
        "6cdeb6a0-f918-4f60-ba43-a85d0bb6a563"
    ],
    "release_date": "2004-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Philadelphia-based artist Jill Scott began her performing career as a spoken word artist before being discovered by Questlove. This is her second album release\n\nhttps://www.missjillscott.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}