Information about plays

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

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

{
    "id": 3520300,
    "uri": "https://api.kexp.org/v2/plays/3520300/?format=api",
    "airdate": "2025-06-29T06:55:09-07:00",
    "show": 63868,
    "show_uri": "https://api.kexp.org/v2/shows/63868/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Afternoon In Oslo",
    "track_id": null,
    "recording_id": null,
    "artist": "Lena Natalia",
    "artist_ids": [
        "ead9dea3-d87e-41c7-9b5c-2aa009e58635"
    ],
    "album": "The Time Before Us",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atelier RS"
    ],
    "label_ids": [],
    "release_date": "2025-07-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead single and opening track to the forthcoming 8th album from American pianist/composer Lena Natalia ~ https://lenanatalia.bandcamp.com/album/the-time-before-us",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}