Information about plays

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

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

{
    "id": 3416183,
    "uri": "https://api.kexp.org/v2/plays/3416183/?format=api",
    "airdate": "2024-10-23T05:17:29-07:00",
    "show": 61650,
    "show_uri": "https://api.kexp.org/v2/shows/61650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love and Happiness",
    "track_id": "d028fb58-bdcc-3ec5-861a-27e7438cfdb3",
    "recording_id": "886bdac5-617c-43a3-9d33-92a4c621f36a",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "I'm Still in Love With You",
    "release_id": "4c95ac93-1334-47d7-9f21-1fcdf67d17d3",
    "release_group_id": "4a40960b-44b3-313c-8540-cde054d41bd9",
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1972-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Al Green releases his fifth studio album I'm Still in Love With You on this day in 1972.\n\nOf the 1972 recording process for \"Love and Happiness\", Green said: \"I wouldn’t say it was a return to the old style soul of my early days, but I definitely pulled it from the same source of raw and gritty need. The result was like a slow fever, building on the beat, pushing up the temperature with each breath of the staccato horns and pushing through to delirium as we came up on the fade.\"\n\nRev Al Green on Soul Train with \"Love and Happiness\":\nhttps://youtu.be/uPh-31TtEOI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}