Information about plays

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

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

{
    "id": 3571877,
    "uri": "https://api.kexp.org/v2/plays/3571877/?format=api",
    "airdate": "2025-10-30T15:40:05-07:00",
    "show": 64976,
    "show_uri": "https://api.kexp.org/v2/shows/64976/?format=api",
    "image_uri": "https://coverartarchive.org/release/69491725-0a82-4545-814d-69e7f511428d/14878182392-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/69491725-0a82-4545-814d-69e7f511428d/14878182392-250.jpg",
    "song": "Rainmaker",
    "track_id": null,
    "recording_id": "b744225a-4e11-4553-af3d-cdd1d2b14c2f",
    "artist": "Nilsson",
    "artist_ids": [
        "e5963d26-01fa-40f5-b200-e0127f410a45"
    ],
    "album": "Harry",
    "release_id": null,
    "release_group_id": "d109b3d4-d34e-337a-9e8e-85938de90ae4",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song samples the traditional folk song, \"Rain, Rain, Go Away.\" It's been sampled many times, including by Dr. Octagon in \"Waiting List.\"\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}