Information about plays

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

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

{
    "id": 3554391,
    "uri": "https://api.kexp.org/v2/plays/3554391/?format=api",
    "airdate": "2025-09-18T00:27:14-07:00",
    "show": 64590,
    "show_uri": "https://api.kexp.org/v2/shows/64590/?format=api",
    "image_uri": "https://coverartarchive.org/release/782dea6f-dcfd-4fc3-9105-48bfaea1680c/6280139940-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/782dea6f-dcfd-4fc3-9105-48bfaea1680c/6280139940-250.jpg",
    "song": "Sun Is Shining",
    "track_id": null,
    "recording_id": "6e5e5672-968a-4377-839c-0d6fe3ddf19d",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Kaya",
    "release_id": null,
    "release_group_id": "da0fbebe-0cef-344e-a0de-c9412ae0eb1a",
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c"
    ],
    "release_date": "1978-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}