Information about plays

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

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

{
    "id": 3578299,
    "uri": "https://api.kexp.org/v2/plays/3578299/?format=api",
    "airdate": "2025-11-15T01:22:03-08:00",
    "show": 65112,
    "show_uri": "https://api.kexp.org/v2/shows/65112/?format=api",
    "image_uri": "https://coverartarchive.org/release/53014e7d-96ca-4a9b-9e92-6004fddc589d/41143118252-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53014e7d-96ca-4a9b-9e92-6004fddc589d/41143118252-250.jpg",
    "song": "Like A Ghost",
    "track_id": null,
    "recording_id": "adc542d7-3ab1-4228-a42a-35e7fd2529f9",
    "artist": "Carrellee",
    "artist_ids": [
        "4b06f249-bbf6-43cb-8ae3-5f824d273bec"
    ],
    "album": "Carrellee",
    "release_id": null,
    "release_group_id": "62b1e2d3-3b4c-42b4-9c9d-2350abc0831a",
    "labels": [
        "Young and Cold Records"
    ],
    "label_ids": [
        "54064f36-3514-47d0-bf50-dbe35984c803"
    ],
    "release_date": "2025-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://carrellee.bandcamp.com/track/like-a-ghost",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}