Information about plays

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

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

{
    "id": 3560509,
    "uri": "https://api.kexp.org/v2/plays/3560509/?format=api",
    "airdate": "2025-10-02T15:58:34-07:00",
    "show": 64726,
    "show_uri": "https://api.kexp.org/v2/shows/64726/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "MÓNACO",
    "track_id": null,
    "recording_id": "bdf37074-4076-4063-bf56-2f64f407b1c1",
    "artist": "Bad Bunny",
    "artist_ids": [
        "89aa5ecb-59ad-46f5-b3eb-2d424e941f19"
    ],
    "album": "nadie sabe lo que va a pasar mañana",
    "release_id": null,
    "release_group_id": "4bf41242-0a5f-46a4-b676-93b081c88f71",
    "labels": [
        "Rimas"
    ],
    "label_ids": [
        "8a32886d-9da4-4b37-8c06-02eafb78fee5"
    ],
    "release_date": "2023-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I want people to remember me as someone genuine, someone with a big heart. For being myself. That’s what leaving your mark is about, doing something that represents who you really are. --Bad Bunny",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}