Information about plays

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

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

{
    "id": 3543719,
    "uri": "https://api.kexp.org/v2/plays/3543719/?format=api",
    "airdate": "2025-08-23T11:56:44-07:00",
    "show": 64366,
    "show_uri": "https://api.kexp.org/v2/shows/64366/?format=api",
    "image_uri": "https://ia800203.us.archive.org/22/items/mbid-f05b59f2-edc1-4c33-8dc9-795ace7f1c3e/mbid-f05b59f2-edc1-4c33-8dc9-795ace7f1c3e-9715816235_thumb500.jpg",
    "thumbnail_uri": "https://ia800203.us.archive.org/22/items/mbid-f05b59f2-edc1-4c33-8dc9-795ace7f1c3e/mbid-f05b59f2-edc1-4c33-8dc9-795ace7f1c3e-9715816235_thumb250.jpg",
    "song": "Could You Be Loved",
    "track_id": "05696584-ffc6-3347-b321-5fc73ab997cd",
    "recording_id": "13ef609a-ceb6-44c5-b1cd-6ed05b8948cf",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Uprising",
    "release_id": "f05b59f2-edc1-4c33-8dc9-795ace7f1c3e",
    "release_group_id": "6dd29c00-7539-319d-98e0-b2f07e861497",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}