Information about plays

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

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

{
    "id": 3571345,
    "uri": "https://api.kexp.org/v2/plays/3571345/?format=api",
    "airdate": "2025-10-29T08:25:55-07:00",
    "show": 64964,
    "show_uri": "https://api.kexp.org/v2/shows/64964/?format=api",
    "image_uri": "https://ia803202.us.archive.org/15/items/mbid-84dfc163-4782-4380-9223-694dd08d9776/mbid-84dfc163-4782-4380-9223-694dd08d9776-4475455166_thumb500.jpg",
    "thumbnail_uri": "https://ia903202.us.archive.org/15/items/mbid-84dfc163-4782-4380-9223-694dd08d9776/mbid-84dfc163-4782-4380-9223-694dd08d9776-4475455166_thumb250.jpg",
    "song": "I Can’t Live Without My Radio",
    "track_id": "158e62ed-757f-3b8f-a226-1113163e4483",
    "recording_id": "942c5c92-09f8-4b18-b81e-999a21133b57",
    "artist": "LL Cool J",
    "artist_ids": [
        "a4dd0e77-83b8-4e92-89b7-effb0e47fd8c"
    ],
    "album": "All World",
    "release_id": "84dfc163-4782-4380-9223-694dd08d9776",
    "release_group_id": "c1f3ec5c-6421-382e-a646-3de92cf5e4b8",
    "labels": [
        "Def Jam Music Group"
    ],
    "label_ids": [
        "e2ed0cac-6b4e-4d54-b211-79bcce7d65eb"
    ],
    "release_date": "1996-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On the podcast, Larry Mizell Jr. revisits 1985 with the track \"I Can't Live Without My Radio\" by LL Cool J. This young upstart from Queens delivered the seminal anthem for a generation of boombox-lugging, D-battery draining peace-disturbers.: https://bit.ly/4jJEgo5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}