Information about plays

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

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

{
    "id": 3595124,
    "uri": "https://api.kexp.org/v2/plays/3595124/?format=api",
    "airdate": "2025-12-24T00:15:53-08:00",
    "show": 65460,
    "show_uri": "https://api.kexp.org/v2/shows/65460/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sand",
    "track_id": null,
    "recording_id": "c2e76dfe-5e46-4c96-b593-807d8bfa451c",
    "artist": "Nancy Sinatra & Lee Hazlewood",
    "artist_ids": [
        "c2e36518-9c3b-4dcb-82ad-a3fc7fe99c67",
        "56d9908f-548e-40c1-837f-cd006d79d3a0"
    ],
    "album": "Nancy & Lee",
    "release_id": null,
    "release_group_id": "c47e5ce4-ac05-3474-b53b-5252da7b536f",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}