Information about plays

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

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

{
    "id": 3589786,
    "uri": "https://api.kexp.org/v2/plays/3589786/?format=api",
    "airdate": "2025-12-11T14:28:35-08:00",
    "show": 65348,
    "show_uri": "https://api.kexp.org/v2/shows/65348/?format=api",
    "image_uri": "https://coverartarchive.org/release/20b5b157-f0c9-45e0-a13f-55825f8c2b85/4450589179-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20b5b157-f0c9-45e0-a13f-55825f8c2b85/4450589179-250.jpg",
    "song": "Say It Loud - I'm Black And I'm Proud (Pt. 1&2)",
    "track_id": null,
    "recording_id": "60c80cf4-6268-4af7-a746-b853b72e9164",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Say It Loud: I’m Black and I’m Proud",
    "release_id": null,
    "release_group_id": "2d174033-5690-3062-9568-afea507db4e2",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1969-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Do you know that this song has been sampled nearly 300 times?\n--\nDid you know that the backing vocals were by a group of young children from the Watts and Compton neighborhood of Los Angeles?  Learn about this history of this empowering song: that the backing vocal were by a group of young children from the Watts and Compton neighbourhood of Los Angeles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}