Information about plays

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

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

{
    "id": 3578894,
    "uri": "https://api.kexp.org/v2/plays/3578894/?format=api",
    "airdate": "2025-11-16T08:13:26-08:00",
    "show": 65125,
    "show_uri": "https://api.kexp.org/v2/shows/65125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Other Side",
    "track_id": null,
    "recording_id": null,
    "artist": "These New Puritans",
    "artist_ids": [
        "95bab79d-e5e8-4d7a-9368-d51430763c69"
    ],
    "album": "The Other Side",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [],
    "release_date": "2025-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stellar new one-off single from this UK duo composed of brothers George and Jack Barnett ~ https://thesenewpuritans.bandcamp.com/album/the-other-side",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}