Information about plays

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

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

{
    "id": 3421608,
    "uri": "https://api.kexp.org/v2/plays/3421608/?format=api",
    "airdate": "2024-11-05T06:05:13-08:00",
    "show": 61768,
    "show_uri": "https://api.kexp.org/v2/shows/61768/?format=api",
    "image_uri": "https://ia803409.us.archive.org/14/items/mbid-4b3d18cc-8937-36f4-8de0-481088be58e6/mbid-4b3d18cc-8937-36f4-8de0-481088be58e6-17486835783_thumb500.jpg",
    "thumbnail_uri": "https://ia903409.us.archive.org/14/items/mbid-4b3d18cc-8937-36f4-8de0-481088be58e6/mbid-4b3d18cc-8937-36f4-8de0-481088be58e6-17486835783_thumb250.jpg",
    "song": "Electioneering",
    "track_id": "7540b73f-8a7e-355f-910b-bc195ea0277d",
    "recording_id": "ba0a796c-bd1f-4d4b-85a8-918f217a204a",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "OK Computer",
    "release_id": "d4635a34-caf5-3b35-9a5b-d805f1126633",
    "release_group_id": "b1392450-e666-3926-a536-22c65f834433",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2009-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Electioneering\" goes out to Tim listening from Spokane.\n\nThe 1997 tour for Radiohead was exhausting and nearly broke the band, as well captured in the tour documentary, \"Meeting People Is Easy.\" Guitarist Ed O'Brien (from Humo magazine July 22, 1997): \"When you have to promote your album for a longer period, in the United States for example, you fly around from city to city for weeks to meet journalists and record company people. After a while you feel like a politician who has to kiss babies and shake hands all day long.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}