Information about plays

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

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

{
    "id": 3572889,
    "uri": "https://api.kexp.org/v2/plays/3572889/?format=api",
    "airdate": "2025-11-02T01:54:20-07:00",
    "show": 65000,
    "show_uri": "https://api.kexp.org/v2/shows/65000/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deadname",
    "track_id": null,
    "recording_id": null,
    "artist": "Melpomene",
    "artist_ids": [
        "0cb0e989-65bc-4503-ae30-1681dbdcceb9"
    ],
    "album": "A Body is a Suggestion",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This duo out of Minneapolis bills themselves as \"Twin Cities Emotional Post-Death\".\n\nhttps://melpomeneband.bandcamp.com/album/a-body-is-a-suggestion-2\nhttps://www.instagram.com/melpomene_band/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}