Information about plays

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

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

{
    "id": 3622394,
    "uri": "https://api.kexp.org/v2/plays/3622394/?format=api",
    "airdate": "2026-02-26T03:06:37-08:00",
    "show": 66032,
    "show_uri": "https://api.kexp.org/v2/shows/66032/?format=api",
    "image_uri": "https://coverartarchive.org/release/d0ebe4af-9c0e-48c2-aeaa-ff7d9acd24bd/10261760309-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d0ebe4af-9c0e-48c2-aeaa-ff7d9acd24bd/10261760309-250.jpg",
    "song": "I Need Love",
    "track_id": null,
    "recording_id": "893d9652-b2d9-4d85-9121-90addb0c91e1",
    "artist": "LL Cool J",
    "artist_ids": [
        "a4dd0e77-83b8-4e92-89b7-effb0e47fd8c"
    ],
    "album": "Bigger and Deffer",
    "release_id": null,
    "release_group_id": "c1952092-24a2-3a1e-8597-0dad68d7ab51",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1987-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Need Love\" is the second single from LL Cool J's second album, 'Bigger and Deffer.'\n\nLL Cool J performs \"I Need Love\" on Showtime at the Apollo.\nhttps://youtu.be/CYPzVZ2cs5Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}