Information about plays

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

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

{
    "id": 3549505,
    "uri": "https://api.kexp.org/v2/plays/3549505/?format=api",
    "airdate": "2025-09-06T04:45:20-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://ia800309.us.archive.org/16/items/mbid-fa42db55-f506-35d0-b53f-99755aee7bb3/mbid-fa42db55-f506-35d0-b53f-99755aee7bb3-13492413399_thumb500.jpg",
    "thumbnail_uri": "https://ia800309.us.archive.org/16/items/mbid-fa42db55-f506-35d0-b53f-99755aee7bb3/mbid-fa42db55-f506-35d0-b53f-99755aee7bb3-13492413399_thumb250.jpg",
    "song": "Gun",
    "track_id": "1c2d871d-fe32-39e8-b3d1-82c62944a7ca",
    "recording_id": "ad8da8fa-20d3-4e90-a3a8-690d73bd2d2c",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Through the Looking Glass",
    "release_id": "fa42db55-f506-35d0-b53f-99755aee7bb3",
    "release_group_id": "ee80212f-a649-3c61-aff7-00c19300eb1c",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}