Information about plays

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

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

{
    "id": 3622584,
    "uri": "https://api.kexp.org/v2/plays/3622584/?format=api",
    "airdate": "2026-02-26T14:54:15-08:00",
    "show": 66036,
    "show_uri": "https://api.kexp.org/v2/shows/66036/?format=api",
    "image_uri": "https://coverartarchive.org/release/cea35363-8ffb-4fcc-9c81-e76b30557f97/41635302570-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cea35363-8ffb-4fcc-9c81-e76b30557f97/41635302570-250.jpg",
    "song": "Conviction in Color",
    "track_id": null,
    "recording_id": "6902499e-f1a7-429d-abfa-a242836e7c81",
    "artist": "Puzzle",
    "artist_ids": [
        "4bdbc365-a6ed-4c92-835a-615355b04432"
    ],
    "album": "Damage Collection!",
    "release_id": null,
    "release_group_id": "936f66e8-1416-4894-85e7-6c22291f4bd6",
    "labels": [
        "Vada Vada"
    ],
    "label_ids": [
        "35d5aeb1-91b9-4696-8a19-bc8e74a6ff78"
    ],
    "release_date": "2025-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And...here's the solo project of Fletcher Shears (twin brother to Enjoy's Wyatt Shears).\n---\nGo here to purchase Damage Collection!: https://puzzle2.bandcamp.com/album/damage-collection",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}