Information about plays

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

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

{
    "id": 3547129,
    "uri": "https://api.kexp.org/v2/plays/3547129/?format=api",
    "airdate": "2025-08-31T10:48:14-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/6b21d0c4-317b-4b22-a0e8-f1d63a50fe85/41012672050-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6b21d0c4-317b-4b22-a0e8-f1d63a50fe85/41012672050-250.jpg",
    "song": "Draggin’",
    "track_id": null,
    "recording_id": "292e200a-527e-4442-ac46-de8f5919f31c",
    "artist": "Hannah Cohen",
    "artist_ids": [
        "21137b4f-85b6-4c7e-8840-d9ab5483891f"
    ],
    "album": "Earthstar Mountain",
    "release_id": null,
    "release_group_id": "0826343b-808e-4c15-b738-8557a0ac920a",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2025-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A love letter to the Catskills, NY built over 2020-2024.\nhttps://hannahcohen.bandcamp.com/album/earthstar-mountain",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}