Information about plays

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

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

{
    "id": 3621530,
    "uri": "https://api.kexp.org/v2/plays/3621530/?format=api",
    "airdate": "2026-02-24T02:47:15-08:00",
    "show": 66016,
    "show_uri": "https://api.kexp.org/v2/shows/66016/?format=api",
    "image_uri": "https://coverartarchive.org/release/1f9427bf-6c22-4a98-813f-1e8f6e45d0ec/37943017541-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1f9427bf-6c22-4a98-813f-1e8f6e45d0ec/37943017541-250.jpg",
    "song": "Seven 55",
    "track_id": null,
    "recording_id": "7707fc01-afa1-4779-af58-6a44d69dd502",
    "artist": "Jessy Lanza feat. Loraine James",
    "artist_ids": [
        "0dfb3c3d-e140-4575-baf3-7ff20ae56c9c",
        "5c952c8c-6791-4df4-8dae-f65678e1e900"
    ],
    "album": "Seven 55 (DJ‐Kicks)",
    "release_id": null,
    "release_group_id": "56c5576f-d5f7-4342-8e40-2178510b177a",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jessy Lanza's DJ-Kicks mix is SO GOOD, check it out on her Bandcamp:\n\nhttps://jessylanza.bandcamp.com/album/dj-kicks-jessy-lanza",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}