Information about plays

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

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

{
    "id": 3437654,
    "uri": "https://api.kexp.org/v2/plays/3437654/?format=api",
    "airdate": "2024-12-13T17:03:21-08:00",
    "show": 62099,
    "show_uri": "https://api.kexp.org/v2/shows/62099/?format=api",
    "image_uri": "https://ia902201.us.archive.org/11/items/mbid-348de101-93bd-44de-862d-9cd2b40d55f4/mbid-348de101-93bd-44de-862d-9cd2b40d55f4-38839796980_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "Rescue",
    "track_id": "799a17cd-8df2-4457-8b96-bfcec2b77890",
    "recording_id": "2f8a566c-571d-472e-97c0-35ac021044aa",
    "artist": "The Asteroid No.4",
    "artist_ids": [
        "32ce90ae-a757-4016-964c-1ecfc6c49279"
    ],
    "album": "Rescue",
    "release_id": "348de101-93bd-44de-862d-9cd2b40d55f4",
    "release_group_id": "b66b4873-ab47-47ec-8f43-402cced16a28",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "San Francisco shoegazers, The Asteroid No.4, got their start in Philadelphia in the 1990s before moving to the West Coast in 2011 - they released this single in April, ahead of their forthcoming album \"Several Shapes of Solar Flares\"\nhttps://theasteroidno4.bandcamp.com/track/rescue\n\nThey just played Freakout Fest in Seattle earlier last month!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}