Information about plays

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

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

{
    "id": 3585021,
    "uri": "https://api.kexp.org/v2/plays/3585021/?format=api",
    "airdate": "2025-11-30T14:11:25-08:00",
    "show": 65253,
    "show_uri": "https://api.kexp.org/v2/shows/65253/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thursday Disco",
    "track_id": "6485fd77-da78-430e-b9ed-e4e1584ccc3c",
    "recording_id": "caf3e3d2-241d-42b5-8de0-66fa1c1bd128",
    "artist": "CARRTOONS feat. Haile Supreme",
    "artist_ids": [
        "66e050ed-2491-4528-b7d7-7825cd2cd71e",
        "91199713-88d9-4f57-a15a-fd558ed9e749"
    ],
    "album": "Space Cadet",
    "release_id": "0e15e5ff-fd2b-4898-9282-c48fedea87ff",
    "release_group_id": "f1992348-b8a2-4848-8e42-589abd240c3e",
    "labels": [
        "+1 Records"
    ],
    "label_ids": [
        "becff808-7fa6-4f85-ab15-0444bca5d04c"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Space Cadet\" is about love and jealousy in the age of social media. \"Thursday Disco\", featuring Haile Supreme's glossy vocals, is an homage to classic soul and disco.\n\nhttps://carrtoons.bandcamp.com/album/space-cadet\nhttps://www.carrtoonsmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}