Information about plays

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

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

{
    "id": 3570784,
    "uri": "https://api.kexp.org/v2/plays/3570784/?format=api",
    "airdate": "2025-10-27T23:29:06-07:00",
    "show": 64953,
    "show_uri": "https://api.kexp.org/v2/shows/64953/?format=api",
    "image_uri": "https://coverartarchive.org/release/d10e0ab4-7780-487c-b9bd-7441b0ad0588/40444864338-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d10e0ab4-7780-487c-b9bd-7441b0ad0588/40444864338-250.jpg",
    "song": "W.O.G.S. - Up Home (EP Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "A.R. Kane",
    "artist_ids": [
        "d77abf52-3385-40e1-8bfa-215010814e7a"
    ],
    "album": "Up Home Collected",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rarities, demos and remixes from the great A.R. Kane - https://arkaneband.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}