Information about plays

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

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

{
    "id": 3600399,
    "uri": "https://api.kexp.org/v2/plays/3600399/?format=api",
    "airdate": "2026-01-05T01:24:18-08:00",
    "show": 65567,
    "show_uri": "https://api.kexp.org/v2/shows/65567/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Não tem solução — Marina — Rosas",
    "track_id": null,
    "recording_id": "84beb054-23e4-45ec-99c3-9c47a191c8df",
    "artist": "Marcos Valle & Azymuth",
    "artist_ids": [
        "1ba347eb-58e8-45d6-b7e3-09873dc2506a",
        "5f86a079-be87-4eb3-8709-afe2498afa37"
    ],
    "album": "Fly Cruzeiro",
    "release_id": null,
    "release_group_id": "da8c50b6-b237-4be3-aac9-edc99e1e079c",
    "labels": [
        "Tidal Waves Music"
    ],
    "label_ids": [
        "29fbe3d5-9c1f-4436-a61a-f894c63719ae"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}