Information about plays

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

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

{
    "id": 3592688,
    "uri": "https://api.kexp.org/v2/plays/3592688/?format=api",
    "airdate": "2025-12-18T13:12:57-08:00",
    "show": 65411,
    "show_uri": "https://api.kexp.org/v2/shows/65411/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Remember Me",
    "track_id": "4f88876d-43d4-33d6-8f91-daf5b1bba26c",
    "recording_id": "6c27b688-8d5f-4e7b-bd32-f9c1b8c0789b",
    "artist": "Junior Byles & Rupert Reid",
    "artist_ids": [
        "4fe31b33-ac61-4378-a1f0-ea203858c594",
        "a7f02a97-8db1-4f64-9fb9-c048032f721b"
    ],
    "album": "129 Beat Street Ja-Man Special 75-78",
    "release_id": "61ce7a56-9272-4fa2-8580-da5c01a2d109",
    "release_group_id": "3ab4b1dd-e1e2-3bbb-97d5-34e3a257b5e3",
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Junior Byles, a legendary reggae singer, struggled with depression and mental health issues since the 70s (after the death of Emperor Haile Selassie), leading to homelessness and begging on the streets.\nHe died this year at age 76.  Here's his tragic story: https://www.youtube.com/watch?v=xiP2Stk8raY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}