Information about plays

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

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

{
    "id": 3590241,
    "uri": "https://api.kexp.org/v2/plays/3590241/?format=api",
    "airdate": "2025-12-12T17:50:40-08:00",
    "show": 65358,
    "show_uri": "https://api.kexp.org/v2/shows/65358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Safe and Sound",
    "track_id": "9a91740f-4642-404b-ae97-5e33ff99ac00",
    "recording_id": "8258b7cc-2752-45ea-8b87-d69dbc40b403",
    "artist": "Bad Colours",
    "artist_ids": [
        "9896f201-6fd6-4e29-b392-4d3c0a8a489f"
    ],
    "album": "Promise",
    "release_id": "69f0b772-610a-4660-a199-da8951816ca7",
    "release_group_id": "9cecff5a-5349-42ce-8455-82925cf614bd",
    "labels": [
        "Bastard Jazz Recordings"
    ],
    "label_ids": [
        "1c84f4d1-6892-4323-b562-e8d4902f8032"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Safe and Sound” is the lead single from Brooklyn producer Bad Colours' latest album 'Promise'.\n\n\nhttps://badcolours.bandcamp.com/album/promise",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}