Information about plays

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

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

{
    "id": 3412828,
    "uri": "https://api.kexp.org/v2/plays/3412828/?format=api",
    "airdate": "2024-10-15T07:11:29-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mad World",
    "track_id": "9f63c722-36f2-3847-80e7-bd7ec4510847",
    "recording_id": "55c82aa6-3edf-44d9-8f26-dc06a2699dac",
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": "Tears Roll Down: Greatest Hits 82–92",
    "release_id": "5937da39-4c6a-3f3b-9f96-bc54ebbd23ed",
    "release_group_id": "d65f150a-3b2b-34ca-904c-5bacaddd38a2",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1992-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was written by Roland Orzabal but sung by the group's other vocalist, Curt Smith, who connected with the tune right way. He explained it \"was easy for me to sing because I could relate to Roland's lyrics. We were both the middle of three sons and had been brought up by single mothers with absent fathers. My father always worked away, and died when I was 17, but I hated him by that point. It hit me later in life, but back then I was teenage and angry.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}