Information about plays

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

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

{
    "id": 3519562,
    "uri": "https://api.kexp.org/v2/plays/3519562/?format=api",
    "airdate": "2025-06-27T15:07:17-07:00",
    "show": 63851,
    "show_uri": "https://api.kexp.org/v2/shows/63851/?format=api",
    "image_uri": "https://coverartarchive.org/release/f019b278-c76f-4d3a-832f-8dccb2498c05/19730960612-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f019b278-c76f-4d3a-832f-8dccb2498c05/19730960612-250.jpg",
    "song": "Freak Like Me",
    "track_id": null,
    "recording_id": "11dc9c3c-6850-447e-b7f7-a63030d1208b",
    "artist": "Adina Howard",
    "artist_ids": [
        "5c8d5115-163b-4725-9dd7-ab7ed7debbbd"
    ],
    "album": "Do You Wanna Ride?",
    "release_id": null,
    "release_group_id": "aa017a7b-b7b2-32b3-a139-7c50be46b221",
    "labels": [
        "EastWest Records America"
    ],
    "label_ids": [
        "0b05d7e9-fd0b-4967-92a8-a42f72e12903"
    ],
    "release_date": "1995-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to  Cy in Ontario\n\nAdina Howard's \"Freak Like Me\" samples Kool & The Gang's \"Summer Madness\" & Bootsy Collins' \"Rather Be With You\" https://bit.ly/3IZrkt8\n\nAlso samples Sly & the Family Stone's \"Sing a Simple Song\"!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}