Information about plays

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

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

{
    "id": 3500421,
    "uri": "https://api.kexp.org/v2/plays/3500421/?format=api",
    "airdate": "2025-05-12T13:05:19-07:00",
    "show": 63443,
    "show_uri": "https://api.kexp.org/v2/shows/63443/?format=api",
    "image_uri": "https://ia600209.us.archive.org/24/items/mbid-a12f575d-e3e2-4116-bb5d-47f2468d934a/mbid-a12f575d-e3e2-4116-bb5d-47f2468d934a-41495673368_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/24/items/mbid-a12f575d-e3e2-4116-bb5d-47f2468d934a/mbid-a12f575d-e3e2-4116-bb5d-47f2468d934a-41495673368_thumb250.jpg",
    "song": "Ain’t It Nice",
    "track_id": "9d26991e-e199-440f-aed0-69f71f0b3c93",
    "recording_id": "d9d40edb-ef7c-4b50-8a54-d7312064c879",
    "artist": "Madison McFerrin",
    "artist_ids": [
        "cb5171f5-506a-4032-b99e-295e085bde19"
    ],
    "album": "Ain’t It Nice",
    "release_id": "a12f575d-e3e2-4116-bb5d-47f2468d934a",
    "release_group_id": "16eb7576-9ba4-4403-8f25-c498723b9056",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-03-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Independent US songwriter/producer Madison McFerrin. https://www.madisonmcferrin.com/\nCheck out her live KEXP session here. https://www.youtube.com/watch?v=DEyOsVg4MII",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}