Information about plays

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

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

{
    "id": 3619129,
    "uri": "https://api.kexp.org/v2/plays/3619129/?format=api",
    "airdate": "2026-02-18T14:16:15-08:00",
    "show": 65967,
    "show_uri": "https://api.kexp.org/v2/shows/65967/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tinseltown in the Rain",
    "track_id": null,
    "recording_id": "0d7e5e75-6833-4103-94a2-f7a74d42c2e9",
    "artist": "The Blue Nile",
    "artist_ids": [
        "13453b40-1d9c-4281-b73f-b7c1b45c7ebd"
    ],
    "album": "A Walk Across the Rooftops",
    "release_id": null,
    "release_group_id": "f5bb7c5e-4153-3bcf-9a3b-14d59de5e875",
    "labels": [
        "Confetti Records"
    ],
    "label_ids": [
        "1809ad3a-5293-407d-b053-02fa48a294ab"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Scottish band The Blue Nile was formed by three Glasgow natives who had graduated from university there: singer/songwriter/guitarist Paul Buchanan, bassist Robert Bell, and keyboardist Paul Joseph Moore. Engineer Callum Malcolm and drummer Nigel Thomas have worked with the trio consistently, to the point of being considered secondary band-members.\n--\nThis song is and ode to Glasgow. Watch a live performance at Glastonbury in 1997: https://www.youtube.com/watch?v=5BP1TVuf53o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}