Information about plays

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

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

{
    "id": 3617181,
    "uri": "https://api.kexp.org/v2/plays/3617181/?format=api",
    "airdate": "2026-02-14T00:54:39-08:00",
    "show": 65926,
    "show_uri": "https://api.kexp.org/v2/shows/65926/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Need Love",
    "track_id": "30ebc77a-6ff0-4249-967e-d0a8b9e69550",
    "recording_id": "f3f29bcc-62e9-41c8-b83f-129d80a25664",
    "artist": "L.L. Cool J",
    "artist_ids": [
        "a4dd0e77-83b8-4e92-89b7-effb0e47fd8c"
    ],
    "album": "Bigger and Deffer",
    "release_id": "28240acf-4f3d-44bf-9081-102769688114",
    "release_group_id": "c1952092-24a2-3a1e-8597-0dad68d7ab51",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}