Information about plays

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

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

{
    "id": 3564740,
    "uri": "https://api.kexp.org/v2/plays/3564740/?format=api",
    "airdate": "2025-10-13T23:27:49-07:00",
    "show": 64829,
    "show_uri": "https://api.kexp.org/v2/shows/64829/?format=api",
    "image_uri": "https://coverartarchive.org/release/fe76085a-1a7a-466f-9e17-b4c3e9e01c51/38255427790-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fe76085a-1a7a-466f-9e17-b4c3e9e01c51/38255427790-250.jpg",
    "song": "Nyun (Brother)",
    "track_id": null,
    "recording_id": null,
    "artist": "Yirinda",
    "artist_ids": [
        "82d6532b-268d-4d03-a7ab-fa9a3b82147b"
    ],
    "album": "Yirinda",
    "release_id": null,
    "release_group_id": "d16a2ee7-fa7f-4f77-ab27-6df7a4b2d3c1",
    "labels": [
        "Chapter Music"
    ],
    "label_ids": [
        "35d4cdda-b0c7-40d7-b2de-f42ed8ab4b5b"
    ],
    "release_date": "2024-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Yirinda combine ancient Aboriginal language with sublime modern production\" - https://yirinda.bandcamp.com/album/yirinda",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}