Information about plays

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

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

{
    "id": 3544182,
    "uri": "https://api.kexp.org/v2/plays/3544182/?format=api",
    "airdate": "2025-08-24T11:47:40-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can’t You See (single version)",
    "track_id": null,
    "recording_id": "c9994d2a-38b8-48cd-a9d5-82adae4de5dc",
    "artist": "The Marshall Tucker Band",
    "artist_ids": [
        "568045b3-c3cb-4100-9bc5-ef9cdcebe643"
    ],
    "album": "The Marshall Tucer Band: 12 Great Hits",
    "release_id": null,
    "release_group_id": "cabaef23-21f3-4447-b316-c0ec5b0e99b3",
    "labels": [
        "Capricorn"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A country Southern rock song that went on to be covered by outlaw country singer Waylon Jennings.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}