Information about plays

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

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

{
    "id": 3525140,
    "uri": "https://api.kexp.org/v2/plays/3525140/?format=api",
    "airdate": "2025-07-10T11:29:47-07:00",
    "show": 63973,
    "show_uri": "https://api.kexp.org/v2/shows/63973/?format=api",
    "image_uri": "https://ia600200.us.archive.org/1/items/mbid-39867017-6b7d-4a82-8d32-50aad53eba5c/mbid-39867017-6b7d-4a82-8d32-50aad53eba5c-1092051777_thumb500.jpg",
    "thumbnail_uri": "https://ia800200.us.archive.org/1/items/mbid-39867017-6b7d-4a82-8d32-50aad53eba5c/mbid-39867017-6b7d-4a82-8d32-50aad53eba5c-1092051777_thumb250.jpg",
    "song": "Breathing Underwater",
    "track_id": "361f8e30-4dbd-38fc-85eb-b482976ea6ad",
    "recording_id": "374e6296-4aed-4e39-bb74-9c226b90833c",
    "artist": "Metric",
    "artist_ids": [
        "4449ccf6-c948-4d33-aa97-b6ad98ce4b5b"
    ],
    "album": "Synthetica",
    "release_id": "39867017-6b7d-4a82-8d32-50aad53eba5c",
    "release_group_id": "f61e4bc1-651a-4e35-ab10-0cccf862a7ee",
    "labels": [
        "Mom + Pop Music",
        "Metric Music International"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f",
        "d5acb842-60a8-496a-82f1-109eccccdc5b"
    ],
    "release_date": "2012-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Canada's Metric performed Live on KEXP back in 2022. Check out the session here: https://www.youtube.com/watch?v=GwetNnBkgQM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}