Information about plays

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

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

{
    "id": 3598354,
    "uri": "https://api.kexp.org/v2/plays/3598354/?format=api",
    "airdate": "2025-12-31T07:35:43-08:00",
    "show": 65523,
    "show_uri": "https://api.kexp.org/v2/shows/65523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sitting in Limbo",
    "track_id": "1577603e-8d6e-4942-96e8-14d899fdadad",
    "recording_id": "9ee87ad4-9300-4e33-8609-7b5a938b41e9",
    "artist": "Jimmy Cliff",
    "artist_ids": [
        "2caa54a7-b08c-41da-b892-3a41abe778be"
    ],
    "album": "The Harder They Come",
    "release_id": "5781be9d-e60e-44e7-b82f-d58f629d865d",
    "release_group_id": "71188e04-90b4-35ff-81c0-06316efdc749",
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We lost Jimmy Cliff this past November. Read the heartfelt message from his wife on Jimmy's website: https://www.jimmycliff.com/\n\nJamaican reggae blended with Muscle Shoals, AL soul for this song that went on to be a hit in Cliff’s movie of the same name.\nhttps://alabamanewscenter.com/2024/07/14/alabamas-unexpected-role-in-the-rise-of-reggae-music/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}