Information about plays

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

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

{
    "id": 3525007,
    "uri": "https://api.kexp.org/v2/plays/3525007/?format=api",
    "airdate": "2025-07-10T03:53:12-07:00",
    "show": 63970,
    "show_uri": "https://api.kexp.org/v2/shows/63970/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "spin cycle",
    "track_id": null,
    "recording_id": "b989ca5e-9c3f-446c-bd42-10f86da5ac9c",
    "artist": "Yaya Bey",
    "artist_ids": [
        "f55859c9-0642-47dc-8c68-4aa2db484b23"
    ],
    "album": "do it afraid",
    "release_id": null,
    "release_group_id": "2e6f625e-12f2-45df-ae9c-fe83b2f5bc66",
    "labels": [
        "drink sum wtr"
    ],
    "label_ids": [
        "778a90c4-21ff-4035-b3dc-80f62d0e989c"
    ],
    "release_date": "2025-06-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can hear Yaya Bey at Neumos in Seattle on September 23rd, at The Independendent in San Francisco on September 26th. Did you know that Brooklyn-based singer, songwriter, producer, and multidisciplinary artist Yaya Bey was our guest DJ on Midnight in a Perfect World? Go here to see the tunes she selected: www.kexp.org yayabey.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}