Information about plays

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

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

{
    "id": 3553605,
    "uri": "https://api.kexp.org/v2/plays/3553605/?format=api",
    "airdate": "2025-09-16T03:17:07-07:00",
    "show": 64575,
    "show_uri": "https://api.kexp.org/v2/shows/64575/?format=api",
    "image_uri": "https://ia800908.us.archive.org/16/items/mbid-06c2acdf-2a6c-4f6d-b802-cf076fde1d1b/mbid-06c2acdf-2a6c-4f6d-b802-cf076fde1d1b-7254932728_thumb500.jpg",
    "thumbnail_uri": "https://ia800908.us.archive.org/16/items/mbid-06c2acdf-2a6c-4f6d-b802-cf076fde1d1b/mbid-06c2acdf-2a6c-4f6d-b802-cf076fde1d1b-7254932728_thumb250.jpg",
    "song": "No Rest for the Wicked",
    "track_id": "40c51de2-e7e8-4b4a-bd51-e34a9365bc41",
    "recording_id": "922a79f3-a647-4125-87c3-3f7003c30391",
    "artist": "Lykke Li",
    "artist_ids": [
        "cc7d4686-ea02-45fd-956e-94c1a322558c"
    ],
    "album": "I Never Learn",
    "release_id": "06c2acdf-2a6c-4f6d-b802-cf076fde1d1b",
    "release_group_id": "7da37728-51d1-4210-8f89-3170a27ea778",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2014-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Lykke Li perform Live on KEXP from 2014 hosted by DJ Cheryl Waters here: https://youtu.be/C5-5Uu7HNtA?si=wppgpPGEAiMRwJuR",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}