Information about plays

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

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

{
    "id": 3592609,
    "uri": "https://api.kexp.org/v2/plays/3592609/?format=api",
    "airdate": "2025-12-18T08:22:14-08:00",
    "show": 65409,
    "show_uri": "https://api.kexp.org/v2/shows/65409/?format=api",
    "image_uri": "https://ia601907.us.archive.org/31/items/mbid-2337f0d9-dc4e-483e-864c-0b92ed369e61/mbid-2337f0d9-dc4e-483e-864c-0b92ed369e61-32828760511_thumb500.jpg",
    "thumbnail_uri": "https://ia801907.us.archive.org/31/items/mbid-2337f0d9-dc4e-483e-864c-0b92ed369e61/mbid-2337f0d9-dc4e-483e-864c-0b92ed369e61-32828760511_thumb250.jpg",
    "song": "Everybody Needs Somebody to Love",
    "track_id": "65f37cbd-508b-3977-ac6d-631bc6b471a9",
    "recording_id": "751dbb97-e961-4353-b9e7-334dcf2c08b4",
    "artist": "Blues Brothers",
    "artist_ids": [
        "7252abc2-dfc8-4aa6-889f-2d168b265403"
    ],
    "album": "The Blues Brothers",
    "release_id": "2337f0d9-dc4e-483e-864c-0b92ed369e61",
    "release_group_id": "605346ac-a5d2-3de0-862d-d3230c682d1a",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1980-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cropper found success post-Stax as the lead guitarist for John Belushi and Dan Aykroyd’s musical act the Blues Brothers, playing on their 1978 album Briefcase Full of Blues and four other albums. \n\nCropper was raised in Memphis. He started playing guitar when he was just 14.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}