Information about plays

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

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

{
    "id": 3523889,
    "uri": "https://api.kexp.org/v2/plays/3523889/?format=api",
    "airdate": "2025-07-07T12:13:28-07:00",
    "show": 63948,
    "show_uri": "https://api.kexp.org/v2/shows/63948/?format=api",
    "image_uri": "https://ia601904.us.archive.org/19/items/mbid-a0faffc8-e678-4fcb-a45b-2a6a7a3e53a3/mbid-a0faffc8-e678-4fcb-a45b-2a6a7a3e53a3-3763345582_thumb500.jpg",
    "thumbnail_uri": "https://ia801904.us.archive.org/19/items/mbid-a0faffc8-e678-4fcb-a45b-2a6a7a3e53a3/mbid-a0faffc8-e678-4fcb-a45b-2a6a7a3e53a3-3763345582_thumb250.jpg",
    "song": "Baltimore",
    "track_id": "813c479e-6e2b-3008-a3bb-c3d6d6a542ad",
    "recording_id": "e77dcc17-52ca-4c83-ac30-ac6368b0445a",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Baltimore",
    "release_id": "a0faffc8-e678-4fcb-a45b-2a6a7a3e53a3",
    "release_group_id": "4fa78391-c883-3941-8ce3-ba1ffa8e5f12",
    "labels": [
        "CTI"
    ],
    "label_ids": [
        "22c2dace-f7a2-4a1e-8e75-fd60c70f1808"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Nina Simone's cover of a Randy Newman song.\n\n-- \n\nBaltimore” is a love song to a city, tainted by both Simone's personal experience there and its social and economic struggles.\n\nHere's The High Priestess of Soul herself, performing \"Baltimore\" live in Warsaw in 1997: https://www.youtube.com/watch?v=sSj8mvsVNxM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}