Information about plays

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

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

{
    "id": 3521207,
    "uri": "https://api.kexp.org/v2/plays/3521207/?format=api",
    "airdate": "2025-07-01T13:41:41-07:00",
    "show": 63892,
    "show_uri": "https://api.kexp.org/v2/shows/63892/?format=api",
    "image_uri": "https://coverartarchive.org/release/24587253-3368-4ec2-a34d-9bcd2b5de57d/34015251111-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/24587253-3368-4ec2-a34d-9bcd2b5de57d/34015251111-250.jpg",
    "song": "Firestarter",
    "track_id": null,
    "recording_id": "6006f3b1-f33b-4980-aecc-6053a38f14bd",
    "artist": "Prodigy",
    "artist_ids": [
        "4a4ee089-93b1-4470-af9a-6ff575d32704"
    ],
    "album": "The Fat of the Land",
    "release_id": null,
    "release_group_id": "ac9138ce-6331-3f8d-86d7-69f13e4ab4f4",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "1997-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Prodigy are an English electronic music band formed in Braintree, Essex, in 1990 by producer, keyboardist, and songwriter Liam Howlett.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}