Information about plays

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

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

{
    "id": 3543413,
    "uri": "https://api.kexp.org/v2/plays/3543413/?format=api",
    "airdate": "2025-08-22T18:25:06-07:00",
    "show": 64357,
    "show_uri": "https://api.kexp.org/v2/shows/64357/?format=api",
    "image_uri": "https://coverartarchive.org/release/e6e9293b-45db-469f-bdcf-48c2b13301a6/38771997695-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e6e9293b-45db-469f-bdcf-48c2b13301a6/38771997695-250.jpg",
    "song": "Burst",
    "track_id": null,
    "recording_id": "db3ba8ee-a9e7-4c60-b82f-18f7fde9145c",
    "artist": "Kiasmos",
    "artist_ids": [
        "3252542b-98a7-48ba-9861-7a612b16c227"
    ],
    "album": "Burst",
    "release_id": null,
    "release_group_id": "76cd0a26-bd35-438d-903e-55100a2d86be",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-04-24",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ANNA Remix!\n\nhttps://kiasmos.bandcamp.com/track/burst-anna-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}