Information about plays

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

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

{
    "id": 3423862,
    "uri": "https://api.kexp.org/v2/plays/3423862/?format=api",
    "airdate": "2024-11-10T21:22:55-08:00",
    "show": 61818,
    "show_uri": "https://api.kexp.org/v2/shows/61818/?format=api",
    "image_uri": "https://coverartarchive.org/release/bae0ca9a-db64-4a0a-9215-4f1725ddcf59/10730381117-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bae0ca9a-db64-4a0a-9215-4f1725ddcf59/10730381117-250.jpg",
    "song": "Snare Tappin",
    "track_id": null,
    "recording_id": "c8ae5043-1a56-4a84-8e93-7f0fbf08351c",
    "artist": "Boo Williams",
    "artist_ids": [
        "265c41ad-2e21-4c7a-9523-bb447906bc8c"
    ],
    "album": "Home Town Chicago LP",
    "release_id": null,
    "release_group_id": "1be84cd2-5de1-4628-ae35-9453fd202466",
    "labels": [
        "Relief Records"
    ],
    "label_ids": [
        "5c77e043-bf41-4dea-9c6e-859b8151cd00"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://boomoonman.bandcamp.com/track/snare-tappin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}