Information about plays

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

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

{
    "id": 3636993,
    "uri": "https://api.kexp.org/v2/plays/3636993/?format=api",
    "airdate": "2026-04-02T20:08:31-07:00",
    "show": 66348,
    "show_uri": "https://api.kexp.org/v2/shows/66348/?format=api",
    "image_uri": "https://coverartarchive.org/release/86f89f46-e7e6-4ef9-a81b-6eac7ec99e3d/38607998834-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/86f89f46-e7e6-4ef9-a81b-6eac7ec99e3d/38607998834-250.jpg",
    "song": "little pebble",
    "track_id": null,
    "recording_id": "0648c9cd-1af5-4b7c-95bb-ce1df374eb10",
    "artist": "kiko hayashi",
    "artist_ids": [
        "d2138ec6-d494-4705-91d9-cd14d4adfb70"
    ],
    "album": "lost",
    "release_id": null,
    "release_group_id": "235c5b4e-75ea-49f5-a066-164836bca884",
    "labels": [
        "Dream Catalogue"
    ],
    "label_ids": [
        "ab592097-3c33-4bfd-bc85-98e5d5cd848f"
    ],
    "release_date": "2024-04-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One more from this since they're all super short!\n\nhttps://dreamcatalogue.bandcamp.com/album/lost",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}