Information about plays

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

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

{
    "id": 3594754,
    "uri": "https://api.kexp.org/v2/plays/3594754/?format=api",
    "airdate": "2025-12-23T05:01:15-08:00",
    "show": 65454,
    "show_uri": "https://api.kexp.org/v2/shows/65454/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In My Dreams (Extended Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Girls of the Internet",
    "artist_ids": [
        "11c3823e-91d0-4c68-8051-9cd55728ad8b"
    ],
    "album": "Secular Music Vol. 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Girls of the Internet’s manifesto is clear; to create dance music that calls back to how it was made at its inception, but with the knowledge and experience of the past 50 years of the genre, joining the dots that have not been joined for a long time.\n\nhttps://drabqueen.bandcamp.com/album/in-my-dreams\nhttps://girls-of-the-internet.supertape.site/info",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}