Information about plays

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

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

{
    "id": 3581154,
    "uri": "https://api.kexp.org/v2/plays/3581154/?format=api",
    "airdate": "2025-11-21T19:11:14-08:00",
    "show": 65172,
    "show_uri": "https://api.kexp.org/v2/shows/65172/?format=api",
    "image_uri": "https://coverartarchive.org/release/ef6e0b51-b1f7-41c1-aef9-2840eac7f6bf/20311052075-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ef6e0b51-b1f7-41c1-aef9-2840eac7f6bf/20311052075-250.jpg",
    "song": "Natty Dread",
    "track_id": null,
    "recording_id": "91e56063-2670-4d84-8273-a871539aa9a8",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Reggae Legends",
    "release_id": null,
    "release_group_id": "7788ad0b-09da-4fd2-9377-a5c236448f75",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}