Information about plays

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

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

{
    "id": 3586741,
    "uri": "https://api.kexp.org/v2/plays/3586741/?format=api",
    "airdate": "2025-12-04T13:14:48-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Knock on Wood",
    "track_id": null,
    "recording_id": "ae5ffbb2-6664-4f09-adc0-75649d5b2fa7",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Cracked Actor (Live Los Angeles ’74)",
    "release_id": null,
    "release_group_id": "33f6e7ae-91ed-37ff-aca7-04b2016661b7",
    "labels": [
        "Warner Music Japan"
    ],
    "label_ids": [
        "26ea8229-7cf7-4482-8dae-15589ceb5398"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Bowie performed ‘Knock On Wood’ during the Diamond Dogs Tour and Soul Tour in 1974. His version was released on the David Live album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}