Information about plays

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

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

{
    "id": 3544372,
    "uri": "https://api.kexp.org/v2/plays/3544372/?format=api",
    "airdate": "2025-08-24T19:55:46-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "https://coverartarchive.org/release/b8c58dbe-2ed2-4848-b020-3ba4209c49f6/39036979300-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b8c58dbe-2ed2-4848-b020-3ba4209c49f6/39036979300-250.jpg",
    "song": "Search For Love",
    "track_id": null,
    "recording_id": "6b1d1c4c-ba85-4e82-b2e8-fd188d0fb233",
    "artist": "Night Force & The Tom Cats",
    "artist_ids": [
        "94758c51-0f79-41f3-9f27-6a30b24dd23b",
        "4ed58f4d-3274-48a2-b804-67823b19ddd8"
    ],
    "album": "Supafunkanova Vol:3 (Badass Funk From The Disco Boogie Era)",
    "release_id": null,
    "release_group_id": "2b08ae5b-0fd9-4e2a-a3c9-ce5ea4818741",
    "labels": [
        "Z Records"
    ],
    "label_ids": [
        "c250bdb3-2215-48d6-a24d-b12fe7dd7897"
    ],
    "release_date": "2023-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Night Force originally released \"Search For Love\" in 1981, but you can find the track on the 2023 compilation album Supafunkanova Vol:3 (Badass Funk From The Disco Boogie Era).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}