Information about plays

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

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

{
    "id": 3558630,
    "uri": "https://api.kexp.org/v2/plays/3558630/?format=api",
    "airdate": "2025-09-28T01:59:30-07:00",
    "show": 64688,
    "show_uri": "https://api.kexp.org/v2/shows/64688/?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": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "GOOD \nSTUFF\nhttps://melpomeneband.bandcamp.com/album/a-body-is-a-suggestion-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}