Information about plays

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

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

{
    "id": 3567337,
    "uri": "https://api.kexp.org/v2/plays/3567337/?format=api",
    "airdate": "2025-10-19T20:58:33-07:00",
    "show": 64879,
    "show_uri": "https://api.kexp.org/v2/shows/64879/?format=api",
    "image_uri": "https://coverartarchive.org/release/e28a1198-928f-46df-90bf-3aa7a0842e3b/33425187521-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e28a1198-928f-46df-90bf-3aa7a0842e3b/33425187521-250.jpg",
    "song": "Why Can't There Be Love (DJ Pump Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Dee Edwards",
    "artist_ids": [
        "da9c1cb0-f363-49ec-88db-52c292ec09ea"
    ],
    "album": "Why Can't There Be Love / Hurt A Little Everyday",
    "release_id": null,
    "release_group_id": "93f683f9-eb2d-4e5f-b42c-c24dcb741e62",
    "labels": [
        "Vogue Schallplatten"
    ],
    "label_ids": [
        "eb8248bf-ebc2-467b-82c9-e68245eb6762"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Pump remixes Dee Edwards' \"Why Can't There Be Love.\"\n\nFrom Dee Edwards' smoking 7\" single from 1971, featuring 'Hurt A Little Everyday' on the b-side; famed English DJ Gilles Peterson included this on his 2005 compilation of rare cuts, 'Gilles Peterson Digs America'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}