Information about plays

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

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

{
    "id": 3673540,
    "uri": "https://api.kexp.org/v2/plays/3673540/?format=api",
    "airdate": "2026-06-28T10:37:19-07:00",
    "show": 67109,
    "show_uri": "https://api.kexp.org/v2/shows/67109/?format=api",
    "image_uri": "https://coverartarchive.org/release/a019b25c-cb9e-4537-a8bb-b0da16f9de2b/30184000337-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a019b25c-cb9e-4537-a8bb-b0da16f9de2b/30184000337-250.jpg",
    "song": "Blind Alley",
    "track_id": null,
    "recording_id": "5da15773-baab-4b11-8142-e5cbc52435ab",
    "artist": "The Emotions",
    "artist_ids": [
        "6ff13427-08ff-4da2-bee8-892e1fa22d3c"
    ],
    "album": "So I Can Love You / Untouched",
    "release_id": null,
    "release_group_id": "02047524-2004-4c42-8398-dddece07716b",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Grammy-award winning group, The Emotions are the creators of such memorable hits as \"I Don't Wanna Lose Your Love,\" \"Best of My Love,\" and \"Boogie Wonderland.\"\n\nhttps://www.allmusic.com/artist/the-emotions-mn0000145180",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}