Information about plays

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

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

{
    "id": 3656625,
    "uri": "https://api.kexp.org/v2/plays/3656625/?format=api",
    "airdate": "2026-05-19T01:35:56-07:00",
    "show": 66756,
    "show_uri": "https://api.kexp.org/v2/shows/66756/?format=api",
    "image_uri": "https://coverartarchive.org/release/fcfb9dc6-9b7b-4364-b18a-e55885aeaef4/39304567074-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fcfb9dc6-9b7b-4364-b18a-e55885aeaef4/39304567074-250.jpg",
    "song": "De Oost",
    "track_id": null,
    "recording_id": "90506a60-c09a-4b51-845c-3fcdbf0d3cae",
    "artist": "Facta",
    "artist_ids": [
        "ae2b478b-ac80-4e63-93f0-c541da3b557a"
    ],
    "album": "So Is the Sun",
    "release_id": null,
    "release_group_id": "9cf48994-9529-4d54-b150-9535cec1231f",
    "labels": [
        "Wisdom Teeth"
    ],
    "label_ids": [
        "bcf2882a-0be6-4054-9bd5-e7351d48831f"
    ],
    "release_date": "2024-07-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://facta.bandcamp.com/album/so-is-the-sun",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}