Information about plays

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

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

{
    "id": 3614961,
    "uri": "https://api.kexp.org/v2/plays/3614961/?format=api",
    "airdate": "2026-02-08T18:50:18-08:00",
    "show": 65881,
    "show_uri": "https://api.kexp.org/v2/shows/65881/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rappin' Duke",
    "track_id": null,
    "recording_id": "5ac9658e-2ed7-49bf-84e7-18aa5c6cd86d",
    "artist": "The Rappin' Duke",
    "artist_ids": [
        "83115ad5-ffad-4b3d-aa6e-5143ca329761"
    ],
    "album": "¿Que Pasa?",
    "release_id": null,
    "release_group_id": "426f908f-3d4c-3f1a-96ef-440223dca87b",
    "labels": [
        "JWP Records"
    ],
    "label_ids": [
        "ccb9394c-52e7-4a60-8e43-d1c767c35d9c"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Rappin' Duke\" is a 1984 hip-hop novelty song by Shawn Brown performing as the Rappin' Duke. It is the sixth track on Brown's 1985 album ¿Que Pasa?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}