Information about plays

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

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

{
    "id": 3635285,
    "uri": "https://api.kexp.org/v2/plays/3635285/?format=api",
    "airdate": "2026-03-29T18:53:16-07:00",
    "show": 66314,
    "show_uri": "https://api.kexp.org/v2/shows/66314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lord You Got Me Smiling",
    "track_id": null,
    "recording_id": null,
    "artist": "Brenda Lee Jones",
    "artist_ids": [
        "30b6b7a3-5b3a-4b9d-870e-2a170afcdec4"
    ],
    "album": "Try Jesus",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Morada Records"
    ],
    "label_ids": [
        "e3c0cc53-f865-4e38-964b-f97445c39a44"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brenda Lee Jones (a.k.a Brenda Melson) released \"Lord You Got Me Smiling\" on her 1984 album Try Jesus.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}