Information about plays

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

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

{
    "id": 3602971,
    "uri": "https://api.kexp.org/v2/plays/3602971/?format=api",
    "airdate": "2026-01-11T07:23:15-08:00",
    "show": 65621,
    "show_uri": "https://api.kexp.org/v2/shows/65621/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tracing the Contours of Your Face",
    "track_id": null,
    "recording_id": null,
    "artist": "Akuratyde",
    "artist_ids": [
        "7bc9d788-0b7c-4f3e-9634-5af47b6f2e35"
    ],
    "album": "A Normal Life",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Modern Conveniences"
    ],
    "label_ids": [],
    "release_date": "2025-12-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a late 2025 EP from LA-based artist Akuratyde that was primarily written in 2023 during the first few months of his daughter’s life with the mini-album capturing the disorienting rhythm of life with a newborn ~ https://modernconveniences.bandcamp.com/album/a-normal-life",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}