Information about plays

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

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

{
    "id": 3438173,
    "uri": "https://api.kexp.org/v2/plays/3438173/?format=api",
    "airdate": "2024-12-14T22:13:50-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "https://coverartarchive.org/release/f1e02031-1b3f-42b4-b4e1-94054a54b005/37636480516-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f1e02031-1b3f-42b4-b4e1-94054a54b005/37636480516-250.jpg",
    "song": "Our Love Will Still Be There",
    "track_id": null,
    "recording_id": "535e4921-6ee9-410f-a4e5-523e575dd604",
    "artist": "The Fluid",
    "artist_ids": [
        "5e99632e-7395-429d-9f95-e9c47325b8f0"
    ],
    "album": "Glue",
    "release_id": null,
    "release_group_id": "553ba539-5c10-310f-a784-2368c5df7b12",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recent reissued troggs cover\n\nRising from the ashes of early-’80s Denver bands Frantix (whose “My Dad’s a Fuckin’ Alcoholic” is a true gem of American punk) and White Trash, The Fluid were the first non-Seattle band to sign to Sub Pop.\n\nhttps://www.subpop.com/artists/the_fluid\nhttps://www.facebook.com/theFluid/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}