Information about plays

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

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

{
    "id": 3420619,
    "uri": "https://api.kexp.org/v2/plays/3420619/?format=api",
    "airdate": "2024-11-02T21:08:08-07:00",
    "show": 61748,
    "show_uri": "https://api.kexp.org/v2/shows/61748/?format=api",
    "image_uri": "https://coverartarchive.org/release/45971bae-28d2-43a1-a1ad-b2651517d462/34217780957-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/45971bae-28d2-43a1-a1ad-b2651517d462/34217780957-250.jpg",
    "song": "Ain’t You",
    "track_id": null,
    "recording_id": "5ef8d24e-e4ed-4887-b3fa-f5a479eb0145",
    "artist": "Kleenex",
    "artist_ids": [
        "87fce0e8-79b0-4a59-b0e6-36cf4f9bb659"
    ],
    "album": "Beri-Beri / Ain't You / Hedi's Head / Nice",
    "release_id": null,
    "release_group_id": "c175ee5e-a769-3340-b9ab-2cd1faec1bee",
    "labels": [
        "Sunrise"
    ],
    "label_ids": [
        "8b4fbecb-5658-4eb2-81c0-119fd7cd435f"
    ],
    "release_date": "1978-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kleenex has just a few copies of the First Songs 2LP available via Bandcamp.  This release combines all the pre-1982 material, all 3 Kleenex singles, the first 2 LiLiPUT 7\"’s and all the originally unreleased material prior to LiLiPUT’s debut LP.\n\nhttps://kleenexliliput.bandcamp.com/album/kleenex-liliput",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}