Information about plays

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

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

{
    "id": 3673546,
    "uri": "https://api.kexp.org/v2/plays/3673546/?format=api",
    "airdate": "2026-06-28T10:53:44-07:00",
    "show": 67109,
    "show_uri": "https://api.kexp.org/v2/shows/67109/?format=api",
    "image_uri": "https://coverartarchive.org/release/af744c1f-c7d5-4710-a45f-ece9427ea3b3/3146131406-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/af744c1f-c7d5-4710-a45f-ece9427ea3b3/3146131406-250.jpg",
    "song": "River",
    "track_id": null,
    "recording_id": "3e821f6e-8701-45f1-a857-54fbe6d71886",
    "artist": "Roberta Flack",
    "artist_ids": [
        "5298bbcb-7330-49bf-a780-2d757f10a20a"
    ],
    "album": "Killing Me Softly",
    "release_id": null,
    "release_group_id": "765c9454-0ceb-350c-b538-c2404110d0a5",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1973-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Roberta Cleopatra Flack is a dynamic singer, songwriter, and pianist known for her smooth voice and genre-bending ballads.\n\nhttps://robertaflack.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}