Information about plays

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

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

{
    "id": 3569409,
    "uri": "https://api.kexp.org/v2/plays/3569409/?format=api",
    "airdate": "2025-10-24T15:21:18-07:00",
    "show": 64920,
    "show_uri": "https://api.kexp.org/v2/shows/64920/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e3a9c1d-aee4-4f73-9376-fbe70e8366d8/9000459494-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e3a9c1d-aee4-4f73-9376-fbe70e8366d8/9000459494-250.jpg",
    "song": "People Are People",
    "track_id": null,
    "recording_id": "faa06ef9-caa3-44c2-aadf-0029e3390a06",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Some Great Reward",
    "release_id": null,
    "release_group_id": "b3100982-db15-3a4b-a3ed-363c91cb40de",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1984-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Ingrid!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}