Information about plays

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

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

{
    "id": 3624738,
    "uri": "https://api.kexp.org/v2/plays/3624738/?format=api",
    "airdate": "2026-03-03T08:45:39-08:00",
    "show": 66079,
    "show_uri": "https://api.kexp.org/v2/shows/66079/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Poison",
    "track_id": "b3fadf55-6e47-3472-83d3-ace87a7eeb76",
    "recording_id": "0e58fd24-b857-4058-abbc-6a67a96cf0c6",
    "artist": "The Prodigy",
    "artist_ids": [
        "4a4ee089-93b1-4470-af9a-6ff575d32704"
    ],
    "album": "Their Law: The Singles 1990-2005",
    "release_id": "27c88429-1956-4353-a5fb-246d11f9c305",
    "release_group_id": "c5cd51d7-1a2d-361c-b3b0-3a9e3e534ddb",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2005-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song sampled the drums from 1973's  \"It's a New Day\" from Skull Snaps and 1972's \"Heavy Soul Slinger\" from Bernard Purdie.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}