Information about plays

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

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

{
    "id": 3572560,
    "uri": "https://api.kexp.org/v2/plays/3572560/?format=api",
    "airdate": "2025-11-01T10:56:59-07:00",
    "show": 64993,
    "show_uri": "https://api.kexp.org/v2/shows/64993/?format=api",
    "image_uri": "https://coverartarchive.org/release/0a3fc457-3dc1-3077-ac66-83b380763714/5167702817-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0a3fc457-3dc1-3077-ac66-83b380763714/5167702817-250.jpg",
    "song": "East of the River Nile",
    "track_id": null,
    "recording_id": "0c52b12a-f7fc-4c5c-8ec6-a2cc7e91c6b7",
    "artist": "Augustus Pablo",
    "artist_ids": [
        "e2f9c452-7eb0-4782-bc3e-36f2c456ffe0"
    ],
    "album": "East of the River Nile",
    "release_id": null,
    "release_group_id": "5692fd88-cd1f-37c8-ace1-5a82f5c1e542",
    "labels": [],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "\"A request from Punto Abreojos, BCS, Mexico, with good wishes for people in Jamaica recovering from hurricane damage\"\n\nThanks for listening Taylor!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}