Information about plays

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

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

{
    "id": 3575319,
    "uri": "https://api.kexp.org/v2/plays/3575319/?format=api",
    "airdate": "2025-11-07T23:53:11-08:00",
    "show": 65049,
    "show_uri": "https://api.kexp.org/v2/shows/65049/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The S",
    "track_id": null,
    "recording_id": "3f087369-199f-4d10-af37-75c1e757e2c7",
    "artist": "Specs One",
    "artist_ids": [
        "20c4af0d-62b3-4fd3-8a75-43874f186cb3"
    ],
    "album": "Return of the Artist",
    "release_id": null,
    "release_group_id": "24f08926-a904-4d08-beca-7c5ca956fb24",
    "labels": [
        "Abduction"
    ],
    "label_ids": [
        "a282e44e-a0b0-411c-90ce-c78669396ef5"
    ],
    "release_date": "2004-11-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Go here to purchase the tenth anniversary issue of \"Return of the Artist\" from this Seattle artist: https://specswizard.bandcamp.com/album/return-of-the-artist-10-year-anniversary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}