Information about plays

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

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

{
    "id": 3554608,
    "uri": "https://api.kexp.org/v2/plays/3554608/?format=api",
    "airdate": "2025-09-18T13:22:43-07:00",
    "show": 64595,
    "show_uri": "https://api.kexp.org/v2/shows/64595/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yesterday",
    "track_id": null,
    "recording_id": "fdaf9ef6-5dd6-4c49-8a88-813a47eef02f",
    "artist": "Noname",
    "artist_ids": [
        "1395c84b-2e84-4f25-9962-f1c0d5aa31ed"
    ],
    "album": "Telefone",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A request from Alice in Seattle...\n--\nHappy birthday to Noname, real name Fatimah Nyeema Warner, born on September 18th, 1991.\n--\nThis was the first track from Noname’s debut mixtape \"Telefone.\" “Yesterday” is about the death of Noname’s grandmother and how that made her realize that fame and fortune is not all that’s important in life. : https://genius.com/Noname-yesterday-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}