Information about plays

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

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

{
    "id": 3617149,
    "uri": "https://api.kexp.org/v2/plays/3617149/?format=api",
    "airdate": "2026-02-13T23:05:50-08:00",
    "show": 65926,
    "show_uri": "https://api.kexp.org/v2/shows/65926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Essence",
    "track_id": null,
    "recording_id": "d1a61450-30b9-4541-bdfe-4e1b06798158",
    "artist": "AZ feat. Nas",
    "artist_ids": [
        "0506bf37-90d7-4654-9585-b4800dc945d5",
        "cfbc0924-0035-4d6c-8197-f024653af823"
    ],
    "album": "Aziatic",
    "release_id": null,
    "release_group_id": "9116fe98-03fc-3c4b-8801-42d15327176f",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2002-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}