Information about plays

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

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

{
    "id": 3641012,
    "uri": "https://api.kexp.org/v2/plays/3641012/?format=api",
    "airdate": "2026-04-12T02:05:21-07:00",
    "show": 66431,
    "show_uri": "https://api.kexp.org/v2/shows/66431/?format=api",
    "image_uri": "https://coverartarchive.org/release/17f2aaf1-d01a-4815-80a1-b74b0aa8d30b/44588897408-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/17f2aaf1-d01a-4815-80a1-b74b0aa8d30b/44588897408-250.jpg",
    "song": "Manic",
    "track_id": null,
    "recording_id": "41ac5fe2-0704-42a0-94f1-1001986bf5dc",
    "artist": "No/Más",
    "artist_ids": [
        "9e8ba99c-feab-485c-a3f2-ace544216aa2"
    ],
    "album": "No Peace",
    "release_id": null,
    "release_group_id": "f288bf5c-a401-4ca6-9530-763ba3a6e1fb",
    "labels": [
        "Redefining Darkness Records"
    ],
    "label_ids": [
        "cee8acff-3efa-42b6-a9ad-880bb652b157"
    ],
    "release_date": "2026-03-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Played NWTF in 2023! This is their new album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}