Information about plays

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

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

{
    "id": 3581927,
    "uri": "https://api.kexp.org/v2/plays/3581927/?format=api",
    "airdate": "2025-11-23T13:23:50-08:00",
    "show": 65189,
    "show_uri": "https://api.kexp.org/v2/shows/65189/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mundi",
    "track_id": null,
    "recording_id": "6f159a78-9b23-44ff-85ea-2801d7f4fb58",
    "artist": "Chuwi & Mobu",
    "artist_ids": [
        "ec924d55-2e15-4dc1-8b34-d78a7a015d3d",
        "2b5c227e-65c1-4e2d-b465-29baf3897a8a"
    ],
    "album": "Tierra",
    "release_id": null,
    "release_group_id": "ac2c1b26-5f39-4eeb-931a-6c406be4e6d5",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request from Irene in Redmond.\n\nhttps://chui2.bandcamp.com/album/tierra\nIG: @chuwi_pr",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}