Information about plays

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

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

{
    "id": 3660478,
    "uri": "https://api.kexp.org/v2/plays/3660478/?format=api",
    "airdate": "2026-05-28T03:55:07-07:00",
    "show": 66833,
    "show_uri": "https://api.kexp.org/v2/shows/66833/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d4f369b-5a35-4ca8-951d-7cbd94a032a9/18332024621-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d4f369b-5a35-4ca8-951d-7cbd94a032a9/18332024621-250.jpg",
    "song": "Move Ya Body",
    "track_id": null,
    "recording_id": "2791610a-9c33-48df-89e0-68aa4434bcf5",
    "artist": "Nina Sky feat. Jabba",
    "artist_ids": [
        "d06d5f9c-b047-4035-80b4-d4fbd79c93ed",
        "0b368b67-4ebb-4305-925c-bc75bacf5f7e"
    ],
    "album": "Nina Sky",
    "release_id": null,
    "release_group_id": "0631333b-2903-3832-bbf2-711d1ffe260f",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2004-07-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nina Sky is the NYC-based reggaeton duo of identical twins Nicole and Natalie Albino. https://www.ninaskyhigh.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}