Information about plays

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

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

{
    "id": 3548701,
    "uri": "https://api.kexp.org/v2/plays/3548701/?format=api",
    "airdate": "2025-09-04T04:33:24-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/d37b23f4-5a80-4364-b969-2fb1e156764a/13384587693-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d37b23f4-5a80-4364-b969-2fb1e156764a/13384587693-250.jpg",
    "song": "Never Leave You (Uh Oooh, Uh Oooh)",
    "track_id": null,
    "recording_id": "a3066986-fa85-4f94-9e09-3e319ba6ffe0",
    "artist": "Lumidee",
    "artist_ids": [
        "0fc6441d-ee08-4088-8a70-1d6ed2ad5a35"
    ],
    "album": "Almost Famous",
    "release_id": null,
    "release_group_id": "12bb20bb-d45b-35ea-bd37-1ddd0f0dec77",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2003-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the 2003 music video for this song here: https://www.youtube.com/watch?v=TBGUFzGnsII",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}