Information about plays

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

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

{
    "id": 3569771,
    "uri": "https://api.kexp.org/v2/plays/3569771/?format=api",
    "airdate": "2025-10-25T13:07:50-07:00",
    "show": 64931,
    "show_uri": "https://api.kexp.org/v2/shows/64931/?format=api",
    "image_uri": "https://ia801403.us.archive.org/20/items/mbid-7ea1dafd-4551-4ea2-bbe1-8f5e99a762ec/mbid-7ea1dafd-4551-4ea2-bbe1-8f5e99a762ec-10155539539_thumb500.jpg",
    "thumbnail_uri": "https://ia801403.us.archive.org/20/items/mbid-7ea1dafd-4551-4ea2-bbe1-8f5e99a762ec/mbid-7ea1dafd-4551-4ea2-bbe1-8f5e99a762ec-10155539539_thumb250.jpg",
    "song": "Mountain Song",
    "track_id": "b74173f2-42cd-4f22-a719-b6a1c230cd02",
    "recording_id": "79ad447b-df04-464d-8ecf-bc30c0a66615",
    "artist": "Sandrider",
    "artist_ids": [
        "f48fbe8e-f818-41f9-9e03-ea1b5eb64934"
    ],
    "album": "Sandrider + Kinski",
    "release_id": "7ea1dafd-4551-4ea2-bbe1-8f5e99a762ec",
    "release_group_id": "439e7ca0-4753-4014-90b6-3c466249da26",
    "labels": [
        "Good to Die Records"
    ],
    "label_ids": [
        "e3b3d26d-58ed-46cc-85f0-fdee3b0b3498"
    ],
    "release_date": "2015-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}