Information about plays

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

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

{
    "id": 3457718,
    "uri": "https://api.kexp.org/v2/plays/3457718/?format=api",
    "airdate": "2025-01-30T07:13:48-08:00",
    "show": 62519,
    "show_uri": "https://api.kexp.org/v2/shows/62519/?format=api",
    "image_uri": "https://ia601507.us.archive.org/23/items/mbid-3956ac83-71f5-44e0-9203-a9986f36a4e6/mbid-3956ac83-71f5-44e0-9203-a9986f36a4e6-32693849507_thumb500.jpg",
    "thumbnail_uri": "https://ia801507.us.archive.org/23/items/mbid-3956ac83-71f5-44e0-9203-a9986f36a4e6/mbid-3956ac83-71f5-44e0-9203-a9986f36a4e6-32693849507_thumb250.jpg",
    "song": "Cool Blue",
    "track_id": "36ce77a6-f0d0-389e-8225-8b09d580a9b3",
    "recording_id": "be6a50e5-4308-4547-b0bc-5c875b0b0a86",
    "artist": "Revolver",
    "artist_ids": [
        "a60e02d3-42ff-401c-b6fe-3c69d612b65f"
    ],
    "album": "Cold Water Flat",
    "release_id": "e8cc61c7-883b-4825-b315-0a8565bb2b3d",
    "release_group_id": "e9213128-2cf5-36e5-9e56-bcb2fdfe274c",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1993-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Revolver were a London-based guitar band active 1990 to 1994. Bandmates Mat Flint and Nick Dewey had been in school bands together, and when the two moved to London in the autumn of 1990, they met bassist Hamish Brown who completed the line-up. In 1993, the band released the album Cold Water Flat, following their debut Baby's Angry. Unfortunately, previous sales failed to repeat from their first album, and their label dropped them. The band recorded an album's worth of demos, but failing to sign a deal with another label split up at the beginning of 1994.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}