Information about plays

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

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

{
    "id": 3524306,
    "uri": "https://api.kexp.org/v2/plays/3524306/?format=api",
    "airdate": "2025-07-08T11:33:00-07:00",
    "show": 63957,
    "show_uri": "https://api.kexp.org/v2/shows/63957/?format=api",
    "image_uri": "https://ia801507.us.archive.org/0/items/mbid-03221a74-1073-3df0-80b0-c210783fff26/mbid-03221a74-1073-3df0-80b0-c210783fff26-15999101157_thumb500.jpg",
    "thumbnail_uri": "https://ia801507.us.archive.org/0/items/mbid-03221a74-1073-3df0-80b0-c210783fff26/mbid-03221a74-1073-3df0-80b0-c210783fff26-15999101157_thumb250.jpg",
    "song": "Friends Like Mine",
    "track_id": "29fafca3-de9e-3986-99ef-321d4feb50aa",
    "recording_id": "9cb34b78-d384-434b-864d-8d070c1420d4",
    "artist": "The Donnas",
    "artist_ids": [
        "d70416d3-c006-4a8b-aebd-91a4f198591f"
    ],
    "album": "Gold Medal",
    "release_id": "03221a74-1073-3df0-80b0-c210783fff26",
    "release_group_id": "fb3eef06-6d7c-31de-aa3c-2cc2a45f010d",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2004-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This four-women band formed in 1993 when all members were in the eighth grade.: https://www.allmusic.com/artist/the-donnas-mn0000784535#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}