Information about plays

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

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

{
    "id": 3610424,
    "uri": "https://api.kexp.org/v2/plays/3610424/?format=api",
    "airdate": "2026-01-29T01:48:00-08:00",
    "show": 65782,
    "show_uri": "https://api.kexp.org/v2/shows/65782/?format=api",
    "image_uri": "https://coverartarchive.org/release/e3e649b7-cc2d-46f9-9148-91c7a530e9c6/13518867236-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e3e649b7-cc2d-46f9-9148-91c7a530e9c6/13518867236-250.jpg",
    "song": "You",
    "track_id": null,
    "recording_id": "193fa745-ae94-41dc-84d4-9bffdb2d1013",
    "artist": "Lucy Pearl feat. Snoop Dogg & Q‐Tip",
    "artist_ids": [
        "35e3200c-a82c-4357-910e-76b1a9cbaf05",
        "f90e8b26-9e52-4669-a5c9-e28529c47894",
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188"
    ],
    "album": "Lucy Pearl",
    "release_id": null,
    "release_group_id": "52ef82c9-a839-3cc2-bb9b-286367b89e5d",
    "labels": [
        "Pookie Entertainment"
    ],
    "label_ids": [
        "420d1907-eb14-4968-b546-2139cb2a8bd5"
    ],
    "release_date": "2000-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}