Information about plays

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

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

{
    "id": 3615892,
    "uri": "https://api.kexp.org/v2/plays/3615892/?format=api",
    "airdate": "2026-02-10T20:49:20-08:00",
    "show": 65899,
    "show_uri": "https://api.kexp.org/v2/shows/65899/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Terra Em Transe",
    "track_id": null,
    "recording_id": null,
    "artist": "Nicola Conte",
    "artist_ids": [
        "e390d54f-92f0-4039-9dd3-e8eac130b4c0"
    ],
    "album": "Terra Em Transe",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Far Out Recordings"
    ],
    "label_ids": [],
    "release_date": "2026-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born Bari, Italy\n\n'Terra Em Transe' and its B-side 'Naquela Base' will be released as a limited edition 7\" single for Record Store Day 2026 (April 18th) via Far Out Recordings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}