Information about plays

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

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

{
    "id": 3420887,
    "uri": "https://api.kexp.org/v2/plays/3420887/?format=api",
    "airdate": "2024-11-03T11:41:22-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "https://coverartarchive.org/release/d24f9426-9871-4259-a59f-dec7955d9822/36781323854-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d24f9426-9871-4259-a59f-dec7955d9822/36781323854-250.jpg",
    "song": "The Returner",
    "track_id": null,
    "recording_id": "9aeb3631-b456-490f-a7e1-39c83b74522d",
    "artist": "Allison Russell",
    "artist_ids": [
        "eb04cb4e-9a20-4f89-9b73-652653844cab"
    ],
    "album": "The Returner",
    "release_id": null,
    "release_group_id": "b692549c-16bf-4ca0-aa5d-32023a326d60",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "2023-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the Montreal-born, Nashville-based musician play a KEXP live session in 2022, https://youtu.be/HD2HOdwEY_w?si=R0wu01fcIHeQpme_\nhttps://allisonrussell.bandcamp.com/album/the-returner",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}