Information about plays

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

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

{
    "id": 3598822,
    "uri": "https://api.kexp.org/v2/plays/3598822/?format=api",
    "airdate": "2026-01-01T12:45:47-08:00",
    "show": 65532,
    "show_uri": "https://api.kexp.org/v2/shows/65532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If I Could Talk I'd Tell You",
    "track_id": "3e1c7f4c-57a7-38fc-bdf1-f4422acfa7d7",
    "recording_id": "664bb154-0145-4938-802a-f71d5703f797",
    "artist": "The Lemonheads",
    "artist_ids": [
        "58a53082-a629-4ff1-a44d-7492d6f6e8fb"
    ],
    "album": "Car Button Cloth",
    "release_id": "76f6f7a8-4f91-42d4-849a-3c59ac2924da",
    "release_group_id": "97b4c536-0bb1-3f98-ac0e-f2f19f6ccd7f",
    "labels": [
        "Atlantic",
        "TAG Recordings"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "a6bb8ca8-52f2-409b-b347-34cee73c209b"
    ],
    "release_date": "1996-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Lemonheads were formed in Boston in 1986.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}