Information about plays

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

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

{
    "id": 3630247,
    "uri": "https://api.kexp.org/v2/plays/3630247/?format=api",
    "airdate": "2026-03-17T15:46:04-07:00",
    "show": 66207,
    "show_uri": "https://api.kexp.org/v2/shows/66207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Out Ye Black & Tans",
    "track_id": null,
    "recording_id": "5074532e-5f8a-4c40-b72d-bc1a74ab7b64",
    "artist": "Wolfe Tones",
    "artist_ids": [
        "972821cc-a0c8-45bc-919a-a899190e740e"
    ],
    "album": "Let the People Sing",
    "release_id": null,
    "release_group_id": "019d2061-530d-3fdd-b5e3-c8edd8b60834",
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Osman!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}