Information about plays

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

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

{
    "id": 3582062,
    "uri": "https://api.kexp.org/v2/plays/3582062/?format=api",
    "airdate": "2025-11-23T20:09:41-08:00",
    "show": 65191,
    "show_uri": "https://api.kexp.org/v2/shows/65191/?format=api",
    "image_uri": "https://coverartarchive.org/release/c3e5416b-5131-4c67-b4e1-471ac282fd8f/11376906197-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c3e5416b-5131-4c67-b4e1-471ac282fd8f/11376906197-250.jpg",
    "song": "Southern Girl",
    "track_id": null,
    "recording_id": "3cb44087-5c8e-4917-8e39-3ec7611d5308",
    "artist": "Maze feat. Frankie Beverly",
    "artist_ids": [
        "1560a7c0-ac1a-47c0-a293-c35d1506063c",
        "a39aff5b-dedc-4014-8383-9e0c5d418657"
    ],
    "album": "Joy and Pain",
    "release_id": null,
    "release_group_id": "c0be9d3b-05cc-3fe2-b321-fa801b82590c",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1980 album was the fourth from Maze. \n--\nThat fine guitar solo is from Ron \"Ronnie\" Smith.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}