Information about plays

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

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

{
    "id": 3598134,
    "uri": "https://api.kexp.org/v2/plays/3598134/?format=api",
    "airdate": "2025-12-30T19:07:23-08:00",
    "show": 65519,
    "show_uri": "https://api.kexp.org/v2/shows/65519/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Closer to Me",
    "track_id": null,
    "recording_id": "62d4c7dc-d675-464d-99d2-c3c156ee7a7c",
    "artist": "Kokoroko",
    "artist_ids": [
        "2650f0e7-3879-4b2c-8908-d025113cbece"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "--\nThe just-released \"Tuff Times Never Last\" is the follow-up to their 2022 debut album \"Could We Be More.\"  Here's a review: https://www.treblezine.com/kokoroko-tuff-times-never-last-review/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}