Information about plays

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

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

{
    "id": 3415459,
    "uri": "https://api.kexp.org/v2/plays/3415459/?format=api",
    "airdate": "2024-10-21T07:10:37-07:00",
    "show": 61635,
    "show_uri": "https://api.kexp.org/v2/shows/61635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Standing Outside a Broken Phone Booth With Money in My Hand",
    "track_id": "89a0fd05-feb6-3438-acb9-b06feea3326f",
    "recording_id": "93e87a21-a358-4149-b01e-5f598efac25f",
    "artist": "Primitive Radio Gods",
    "artist_ids": [
        "2c7b3a60-86dd-4733-9c12-30b21b530280"
    ],
    "album": "Rocket",
    "release_id": "4e0383b3-ca53-4e2e-b4f3-6973d09d7f22",
    "release_group_id": "629550ab-2dfb-3f3c-a0f5-019d7092eac6",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1996 debut single from Primitive Radio Gods was released from the soundtrack to the 1996 black comedy film The Cable Guy and was also included on the band's first album, Rocket. Its chorus consists of a sample from the 1964 B.B. King song \"How Blue Can You Get\", and the enigmatic lyrics of the song describe a troubling relationship in which two people cannot connect on an emotional level.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}