Information about plays

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

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

{
    "id": 3602920,
    "uri": "https://api.kexp.org/v2/plays/3602920/?format=api",
    "airdate": "2026-01-11T04:13:16-08:00",
    "show": 65620,
    "show_uri": "https://api.kexp.org/v2/shows/65620/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beautiful Moon",
    "track_id": null,
    "recording_id": "a3877fc1-6828-4a6d-8bcf-deb1aeb23b0f",
    "artist": "Kim Deal",
    "artist_ids": [
        "760e4df4-e851-46c8-b34d-afa2e9706831"
    ],
    "album": "Beautiful Moon",
    "release_id": null,
    "release_group_id": "3df62173-1515-4b5b-bd6d-f287e483bfc1",
    "labels": [
        "Period Music"
    ],
    "label_ids": [
        "a49eb217-9922-4977-ad72-b8adc036a4e6"
    ],
    "release_date": "2014-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}