Information about plays

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

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

{
    "id": 3625479,
    "uri": "https://api.kexp.org/v2/plays/3625479/?format=api",
    "airdate": "2026-03-05T04:02:03-08:00",
    "show": 66094,
    "show_uri": "https://api.kexp.org/v2/shows/66094/?format=api",
    "image_uri": "https://coverartarchive.org/release/726e58be-d2d1-487c-8bac-b0dc6c66f4e7/38914699566-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/726e58be-d2d1-487c-8bac-b0dc6c66f4e7/38914699566-250.jpg",
    "song": "The Pleasure Principle",
    "track_id": null,
    "recording_id": "c44654d7-b718-4547-a676-909105bb67df",
    "artist": "Janet Jackson",
    "artist_ids": [
        "6be2828f-6c0d-4059-99d4-fa18acf1a296"
    ],
    "album": "Control",
    "release_id": null,
    "release_group_id": "b23d3137-df51-3047-a6a5-b5efbde50f22",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1986-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Janet Jackson collaborated with songwriters and record producers Jimmy Jam and Terry Lewis on 'Control' her third LP, released in 1986. \"The Pleasure Principle\" was the only song not to be written or produced by Jam and Lewis - it was written and produced by Monte Moir, The Time's keyboardist. \n\nThe timeless \"The Pleasure Principle\" video:\nhttps://youtu.be/Q-gu1KETjVY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}