Information about plays

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

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

{
    "id": 3593259,
    "uri": "https://api.kexp.org/v2/plays/3593259/?format=api",
    "airdate": "2025-12-19T22:56:33-08:00",
    "show": 65423,
    "show_uri": "https://api.kexp.org/v2/shows/65423/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Small Talk",
    "track_id": null,
    "recording_id": "868b15ce-a902-41bc-b00a-04dc8d9e99e6",
    "artist": "Ovrkast. & Samara Cyn",
    "artist_ids": [
        "5915c82e-f2b8-48fe-81e3-d8e3914b6b4f",
        "a2b61c03-4264-4772-bbaf-ee2416272f9a"
    ],
    "album": "Small Talk",
    "release_id": null,
    "release_group_id": "bc39faa9-e70f-4137-987d-e0161a1da21d",
    "labels": [
        "IIIXL Studio"
    ],
    "label_ids": [
        "eed94c77-247b-419e-901d-7f211d3fd298"
    ],
    "release_date": "2025-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}