Information about plays

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

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

{
    "id": 3580867,
    "uri": "https://api.kexp.org/v2/plays/3580867/?format=api",
    "airdate": "2025-11-21T02:35:58-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "IS É A LOCHT A LAGHAD",
    "track_id": null,
    "recording_id": null,
    "artist": "Bricknasty",
    "artist_ids": [
        "51f5a1d7-613d-4199-93dc-871fde0567e1"
    ],
    "album": "BRICK'S LAW",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "FAMM"
    ],
    "label_ids": [
        "9a329170-2d70-4a4f-ab94-d0e572fda4d8"
    ],
    "release_date": "2025-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New mixtape \"BRICK'S LAW\" from Bricknasty, representing the working-class community of Dublin’s Ballymun flats.\n\nhttps://bricknasty.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}