Information about plays

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

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

{
    "id": 3593677,
    "uri": "https://api.kexp.org/v2/plays/3593677/?format=api",
    "airdate": "2025-12-20T21:08:27-08:00",
    "show": 65434,
    "show_uri": "https://api.kexp.org/v2/shows/65434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not My Order",
    "track_id": null,
    "recording_id": null,
    "artist": "Swansea Sound",
    "artist_ids": [
        "26e21524-39ad-4d40-a30f-ec500d084f77"
    ],
    "album": "All Is Calm",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Skep Wax Records"
    ],
    "label_ids": [
        "48295716-0146-45c0-a8e0-2d18479ade77"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK band Check out the video here: https://www.youtube.com/watch?v=dl_31A594bU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}