Information about plays

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

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

{
    "id": 3544492,
    "uri": "https://api.kexp.org/v2/plays/3544492/?format=api",
    "airdate": "2025-08-25T04:04:24-07:00",
    "show": 64382,
    "show_uri": "https://api.kexp.org/v2/shows/64382/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Two Spirits",
    "track_id": null,
    "recording_id": null,
    "artist": "Shawnee Kish",
    "artist_ids": [
        "1ccca7a6-1055-4db2-b82f-5a9d5edb0c6c"
    ],
    "album": "Chapter 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-07-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Mohawk\t\n\nShawnee Kish is a Two-Spirit Mohawk singer-songwriter from Canada. She is most noted as a Juno Award nominee for Contemporary Indigenous Artist of the Year at the Juno Awards of 2022",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}