Information about plays

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

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

{
    "id": 3524221,
    "uri": "https://api.kexp.org/v2/plays/3524221/?format=api",
    "airdate": "2025-07-08T06:31:46-07:00",
    "show": 63955,
    "show_uri": "https://api.kexp.org/v2/shows/63955/?format=api",
    "image_uri": "https://ia800205.us.archive.org/5/items/mbid-3f9d1a59-f16f-3408-9731-af829637df56/mbid-3f9d1a59-f16f-3408-9731-af829637df56-6192763824_thumb500.jpg",
    "thumbnail_uri": "https://ia600205.us.archive.org/5/items/mbid-3f9d1a59-f16f-3408-9731-af829637df56/mbid-3f9d1a59-f16f-3408-9731-af829637df56-6192763824_thumb250.jpg",
    "song": "Never Let Me Down Again",
    "track_id": "7e563b5b-8abf-3f07-9d81-018f66cceb38",
    "recording_id": "e33a7b84-20e8-42c4-b825-df894a1fbc04",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Music for the Masses",
    "release_id": "3f9d1a59-f16f-3408-9731-af829637df56",
    "release_group_id": "e59021bd-1710-3c13-9449-b78560039592",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1961 – Andy Fletcher, multi-instrumentalist, Depeche Mode (d. May 26th, 2022). \n\nIn the 1989 documentary film about the band, Fletcher clarifies his role in the band: \"Martin's the songwriter, Alan's the good musician, Dave's the vocalist, and I bum around.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}