Information about plays

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

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

{
    "id": 3525528,
    "uri": "https://api.kexp.org/v2/plays/3525528/?format=api",
    "airdate": "2025-07-11T10:49:29-07:00",
    "show": 63982,
    "show_uri": "https://api.kexp.org/v2/shows/63982/?format=api",
    "image_uri": "https://ia801206.us.archive.org/17/items/mbid-2b00e863-e092-4440-9e6c-aea93d3cf0ab/mbid-2b00e863-e092-4440-9e6c-aea93d3cf0ab-37770676305_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-2b00e863-e092-4440-9e6c-aea93d3cf0ab/mbid-2b00e863-e092-4440-9e6c-aea93d3cf0ab-37770676305_thumb250.jpg",
    "song": "All I Can See",
    "track_id": "e54d2b92-c3d6-4819-8faf-bd6b051db0dd",
    "recording_id": "41dd8f5f-acd7-4506-843a-49938025b4bc",
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Waves",
    "release_id": "f923833c-ff1f-4782-958e-568923a31a20",
    "release_group_id": "92c969e7-d862-34e6-8300-f8c96a84ff98",
    "labels": [
        "The First Time Records"
    ],
    "label_ids": [
        "9b718e61-9519-444d-a486-d832f29f55d7"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ride graced the KEXP studios with a Live session last May! You can watch video of the full six-song set here: https://www.youtube.com/watch?v=2pQfl69Yogc&t=6s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}