Information about plays

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

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

{
    "id": 3630228,
    "uri": "https://api.kexp.org/v2/plays/3630228/?format=api",
    "airdate": "2026-03-17T14:33:08-07:00",
    "show": 66207,
    "show_uri": "https://api.kexp.org/v2/shows/66207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Worst Day Since Yesterday",
    "track_id": null,
    "recording_id": "12ca3070-5967-4089-8158-42f8687b163c",
    "artist": "Flogging Molly",
    "artist_ids": [
        "c3694ddc-f7e5-40dd-9fad-90d11a2c50fa"
    ],
    "album": "Swagger",
    "release_id": null,
    "release_group_id": "0da9a4e5-752d-3fdc-b66f-6ccd9f2a9893",
    "labels": [
        "SideOneDummy Records"
    ],
    "label_ids": [
        "b5e60f8b-601c-4ada-99d8-795f0ea9c231"
    ],
    "release_date": "2000-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Jeff!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}