Information about plays

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

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

{
    "id": 3611227,
    "uri": "https://api.kexp.org/v2/plays/3611227/?format=api",
    "airdate": "2026-01-31T00:50:38-08:00",
    "show": 65797,
    "show_uri": "https://api.kexp.org/v2/shows/65797/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bling Blaow",
    "track_id": null,
    "recording_id": "441c6306-17ac-40ef-bcc5-050d995ef9af",
    "artist": "Nef the Pharaoh ft. Slimmy B",
    "artist_ids": [
        "25e0915d-1f1c-4068-987e-ba4750a09d16",
        "50adf4cc-3d54-4f5b-8e6d-e16c6aaae862"
    ],
    "album": "The Genie of the Slap: What Would Dre Say? V",
    "release_id": null,
    "release_group_id": "7967f192-5485-4e65-ae31-e5e0ab7bb8a5",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}