Information about plays

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

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

{
    "id": 3600105,
    "uri": "https://api.kexp.org/v2/plays/3600105/?format=api",
    "airdate": "2026-01-04T10:50:01-08:00",
    "show": 65561,
    "show_uri": "https://api.kexp.org/v2/shows/65561/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Precious",
    "track_id": null,
    "recording_id": "90c00634-b597-4cbd-98f6-1b29b908072d",
    "artist": "JD McPherson",
    "artist_ids": [
        "84c7cb93-0622-4b90-8d53-ee2b4650097f"
    ],
    "album": "Let the Good Times Roll",
    "release_id": null,
    "release_group_id": "216ceb3d-701f-4ee7-bc2f-1d3369a2546b",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2015-02-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second release from the Oklahoma-based artist:\nhttps://www.jdmcpherson.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}