Information about plays

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

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

{
    "id": 3638646,
    "uri": "https://api.kexp.org/v2/plays/3638646/?format=api",
    "airdate": "2026-04-06T14:10:41-07:00",
    "show": 66384,
    "show_uri": "https://api.kexp.org/v2/shows/66384/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sink or Swim (No Choice for Me)",
    "track_id": null,
    "recording_id": "e2d4b9e5-aa7a-42b8-8751-90113ebd188a",
    "artist": "4hero feat. Lady Alma",
    "artist_ids": [
        "3d05eb8b-1644-4143-9a61-b28e33c4d85f",
        "6c639b1f-5390-4ec9-b3f8-7afe1562e107"
    ],
    "album": "Play With the Changes",
    "release_id": null,
    "release_group_id": "7ffe9b47-8b1e-3923-8b22-ff5deedebda2",
    "labels": [
        "Raw Canvas Records"
    ],
    "label_ids": [
        "0fc9aaed-3969-4354-88b3-3350384657b7"
    ],
    "release_date": "2007-02-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Xtra Sour!\n\n4hero's Marc Mac and Dego would also record together under the alias \"Tom & Jerry\". Their album 'Play With the Changes' was released six years after their fourth album 'Creating Patterns'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}