Information about plays

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

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

{
    "id": 3600644,
    "uri": "https://api.kexp.org/v2/plays/3600644/?format=api",
    "airdate": "2026-01-05T16:24:01-08:00",
    "show": 65573,
    "show_uri": "https://api.kexp.org/v2/shows/65573/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lighters Up (Reggae version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Lil’ Kim",
    "artist_ids": [
        "bc1b5c95-e6d6-46b5-957a-5e8908b02c1e"
    ],
    "album": "The Naked Truth",
    "release_id": null,
    "release_group_id": "ccb86425-37d7-3260-8a77-dd61baa3b062",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2005-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Naked Truth is the fourth studio album by American rapper Lil' Kim. Released the same week she started her year-long prison sentence for perjury.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}