Information about plays

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

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

{
    "id": 3544911,
    "uri": "https://api.kexp.org/v2/plays/3544911/?format=api",
    "airdate": "2025-08-26T04:10:19-07:00",
    "show": 64390,
    "show_uri": "https://api.kexp.org/v2/shows/64390/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2ba64a0-18fc-4d47-b23f-b687c260f4ad/27837210247-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2ba64a0-18fc-4d47-b23f-b687c260f4ad/27837210247-250.jpg",
    "song": "Too Experienced",
    "track_id": null,
    "recording_id": "795f73c5-ecc6-4944-aa31-1a73c28b0aef",
    "artist": "Barrington Levy",
    "artist_ids": [
        "8ddf3da1-dfa9-490a-93cc-7d4072319995"
    ],
    "album": "Broader Than Broadway",
    "release_id": null,
    "release_group_id": "2ad8ddb9-5dc3-33a7-949e-da33f386c447",
    "labels": [
        "Profile"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performed during his Live on KEXP session!\n\nhttps://www.youtube.com/watch?v=lfgZ8v3sszs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}