Information about plays

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

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

{
    "id": 3596543,
    "uri": "https://api.kexp.org/v2/plays/3596543/?format=api",
    "airdate": "2025-12-27T02:02:49-08:00",
    "show": 65483,
    "show_uri": "https://api.kexp.org/v2/shows/65483/?format=api",
    "image_uri": "https://coverartarchive.org/release/41138d59-b439-425a-9dc0-f2bcf9e71de5/33658762903-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/41138d59-b439-425a-9dc0-f2bcf9e71de5/33658762903-250.jpg",
    "song": "Uncivilized (Train Station Radio)",
    "track_id": null,
    "recording_id": "52fa1302-70be-4e01-98b5-6beca0f1e1d9",
    "artist": "Psyche",
    "artist_ids": [
        "cf1894f6-f80a-4edc-ad32-6d32bede1438"
    ],
    "album": "Rare Mixes & B-Sides",
    "release_id": null,
    "release_group_id": "3f7e5620-0ffa-4207-bafe-c41fd11544ca",
    "labels": [
        "Psyche Enterprises"
    ],
    "label_ids": [
        "14024c4a-119c-4acf-9a5c-6061b49d6ce5"
    ],
    "release_date": "2013-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://psyche.bandcamp.com/album/rare-mixes-b-sides",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}