Information about plays

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

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

{
    "id": 3613307,
    "uri": "https://api.kexp.org/v2/plays/3613307/?format=api",
    "airdate": "2026-02-04T23:51:28-08:00",
    "show": 65842,
    "show_uri": "https://api.kexp.org/v2/shows/65842/?format=api",
    "image_uri": "https://dn720800.ca.archive.org/0/items/mbid-d78e2044-09ae-487f-b3f5-ae73ef42fe74/mbid-d78e2044-09ae-487f-b3f5-ae73ef42fe74-44213569895_thumb500.jpg",
    "thumbnail_uri": "https://dn720800.ca.archive.org/0/items/mbid-d78e2044-09ae-487f-b3f5-ae73ef42fe74/mbid-d78e2044-09ae-487f-b3f5-ae73ef42fe74-44213569895_thumb250.jpg",
    "song": "Evil Extension",
    "track_id": "0a652ba9-060c-4eaa-9807-a44364cb7785",
    "recording_id": "e7b66fbc-2718-4b91-8b90-5943cb5407c6",
    "artist": "Midpak",
    "artist_ids": [
        "2049c589-01fb-4b2b-80a9-d7f4b8be5f2e"
    ],
    "album": "Evil Extension",
    "release_id": "d78e2044-09ae-487f-b3f5-ae73ef42fe74",
    "release_group_id": "d42569bb-7540-4bb6-a9f0-75492dcf29c5",
    "labels": [
        "Middy P Ink"
    ],
    "label_ids": [
        "56bdf9c1-ed2f-415d-8174-42500f10406f"
    ],
    "release_date": "2025-12-09",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Coming out of Seattle, Washington, Midpak is an instrumental funk-fueled psychedelic experience. With influences ranging from 70's grooves to modern dance music, featuring the occasional trip to outer space.\"\n\nhttps://www.youtube.com/watch?v=myO0YV7o740",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}