Information about plays

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

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

{
    "id": 3421799,
    "uri": "https://api.kexp.org/v2/plays/3421799/?format=api",
    "airdate": "2024-11-05T17:35:53-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://ia600206.us.archive.org/32/items/mbid-18e2b05b-937a-3c25-ac78-07267e6411a0/mbid-18e2b05b-937a-3c25-ac78-07267e6411a0-10430250580_thumb500.jpg",
    "thumbnail_uri": "https://ia800206.us.archive.org/32/items/mbid-18e2b05b-937a-3c25-ac78-07267e6411a0/mbid-18e2b05b-937a-3c25-ac78-07267e6411a0-10430250580_thumb250.jpg",
    "song": "The National Anthem",
    "track_id": "30458b7f-1114-3727-93b4-e283597f1145",
    "recording_id": "c7492f6e-adf3-4ff5-85dc-33d527dc81d8",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Kid A",
    "release_id": "18e2b05b-937a-3c25-ac78-07267e6411a0",
    "release_group_id": "e75c0549-ad55-39e3-8025-c72c5d4a3c5d",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request from Kurt!\n\nThom Yorke broke his foot during the recording of the horn section of this song. \n\nStan Harrison, the baritone sax player on the track, has recorded with a variety of artists from Bowie, to Serge Gainsbourg, to They Might Be Giants.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}