Information about plays

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

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

{
    "id": 3590153,
    "uri": "https://api.kexp.org/v2/plays/3590153/?format=api",
    "airdate": "2025-12-12T12:53:38-08:00",
    "show": 65355,
    "show_uri": "https://api.kexp.org/v2/shows/65355/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Satisfaction Skank",
    "track_id": null,
    "recording_id": null,
    "artist": "Fatboy Slim, The Rolling Stones",
    "artist_ids": [],
    "album": "Satisfaction Skank",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Southern Friend Records"
    ],
    "label_ids": [],
    "release_date": "2025-12-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A headline from yesterday reads: \"The Rolling Stones give blessing to Fatboy Slim’s Satisfaction sample after 25 years.\" \nThe track existed as a bootleg for decades until this week when it was able to come out officially! Read more here: https://tinyurl.com/3ws8zkfm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}