Information about plays

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

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

{
    "id": 3572682,
    "uri": "https://api.kexp.org/v2/plays/3572682/?format=api",
    "airdate": "2025-11-01T17:55:43-07:00",
    "show": 64995,
    "show_uri": "https://api.kexp.org/v2/shows/64995/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maximum Self-Care",
    "track_id": "883a8d41-4d19-468a-a64e-a748d6d59fe9",
    "recording_id": "705b3026-8539-4bc2-9251-6b4e853f3b4d",
    "artist": "Yalla Miku",
    "artist_ids": [
        "1c75c554-3f02-48e8-9b4a-48cc7870d065"
    ],
    "album": "2",
    "release_id": "5b7f67b5-076b-490d-be4b-ef3c7b372b29",
    "release_group_id": "3e303099-a7bc-4429-b02e-b6e63d2889fe",
    "labels": [
        "Bongo Joe"
    ],
    "label_ids": [
        "333df535-433c-482b-9d61-87cb70979a5d"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://yallamiku.bandcamp.com/album/2\n\nThanks so much for hangin with us! Stick around for Audioasis LIVE with Quasi, Wimps and Chico Detour, and Vinelands if you're in the Bay Area!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}