Information about plays

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

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

{
    "id": 3525019,
    "uri": "https://api.kexp.org/v2/plays/3525019/?format=api",
    "airdate": "2025-07-10T04:38:17-07:00",
    "show": 63970,
    "show_uri": "https://api.kexp.org/v2/shows/63970/?format=api",
    "image_uri": "https://coverartarchive.org/release/17a0c376-f430-493f-bab4-57ef4a52a72c/6622879429-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/17a0c376-f430-493f-bab4-57ef4a52a72c/6622879429-250.jpg",
    "song": "See‐Line Woman",
    "track_id": null,
    "recording_id": "e95a8db9-7b26-4280-aa02-6a16def9580d",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "See-Line Woman",
    "release_id": null,
    "release_group_id": "e63696c5-fac6-4228-ae5a-133a1fca88db",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2002-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Song that dates back to the 19th-century that Nina Simone popularized with this version. Was a B-side for \"Mississippi Goddam\" in 1964.\n\nFeist did a cover of Simone's version called Sea Lion Woman for her 2007 album The Reminder.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}