Information about plays

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

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

{
    "id": 3638809,
    "uri": "https://api.kexp.org/v2/plays/3638809/?format=api",
    "airdate": "2026-04-06T22:39:13-07:00",
    "show": 66387,
    "show_uri": "https://api.kexp.org/v2/shows/66387/?format=api",
    "image_uri": "https://coverartarchive.org/release/01fd14e1-add4-4b62-9146-28abe022ee8d/3284398775-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/01fd14e1-add4-4b62-9146-28abe022ee8d/3284398775-250.jpg",
    "song": "Pray",
    "track_id": null,
    "recording_id": null,
    "artist": "Lycia",
    "artist_ids": [
        "861416e4-dc50-4cd8-af33-76a09067e821"
    ],
    "album": "The Burning Circle and Then Dust",
    "release_id": null,
    "release_group_id": "e4367514-84bd-3b45-bf07-b77f4418187b",
    "labels": [
        "Projekt"
    ],
    "label_ids": [
        "bf75ee31-20c9-461c-9ed1-49334fad5135"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Fourth record from the Arizona darkwave band)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}