Information about plays

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

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

{
    "id": 3587081,
    "uri": "https://api.kexp.org/v2/plays/3587081/?format=api",
    "airdate": "2025-12-05T08:58:03-08:00",
    "show": 65293,
    "show_uri": "https://api.kexp.org/v2/shows/65293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nice To Each Other",
    "track_id": "fb99fa0c-36b4-4685-9558-5d1b7946dd70",
    "recording_id": "17df1685-7e42-49e1-8f1e-4346fc7cc9a7",
    "artist": "Olivia Dean",
    "artist_ids": [
        "15e0d608-0869-429b-898d-3d8db3ecedd5"
    ],
    "album": "The Art of Loving",
    "release_id": "42a30aa1-ba82-4177-ae5e-9c7b93f035f2",
    "release_group_id": "35eae658-4243-4bf5-91d6-5a391bbb3699",
    "labels": [
        "PLG",
        "Capitol Records"
    ],
    "label_ids": [
        "a50a9f2e-c401-4712-80dc-a5e3ea67c71f",
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Olivia Dean wrote, \"'Nice To Each Other' is a song about the push and pull of exploring your independence in dating. It’s about enjoying someone in the present and allowing it to be both light and meaningful. I think this song and video represents a playfulness in me that I’m excited for people to see.\"\n--\nHere's that video: https://www.youtube.com/watch?v=VI0NDsh2b8k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}