Information about plays

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

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

{
    "id": 3576925,
    "uri": "https://api.kexp.org/v2/plays/3576925/?format=api",
    "airdate": "2025-11-11T18:08:48-08:00",
    "show": 65083,
    "show_uri": "https://api.kexp.org/v2/shows/65083/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady (Hear Me Tonight)",
    "track_id": null,
    "recording_id": "158eb036-4bca-434d-af8b-76ed23630a7f",
    "artist": "Modjo",
    "artist_ids": [
        "04bac789-bf59-4383-8ad7-799d20d969f7"
    ],
    "album": "Modjo",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2001-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "French house duo Modjo released \"Lady (Hear Me Tonight)\" as the lead single from their only album in 2001. The song contains a sample of Chic's \"Soup for One\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}