Information about plays

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

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

{
    "id": 3596514,
    "uri": "https://api.kexp.org/v2/plays/3596514/?format=api",
    "airdate": "2025-12-27T00:25:26-08:00",
    "show": 65482,
    "show_uri": "https://api.kexp.org/v2/shows/65482/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You",
    "track_id": null,
    "recording_id": "193fa745-ae94-41dc-84d4-9bffdb2d1013",
    "artist": "Lucy Pearl feat. Snoop Dogg & Q‐Tip",
    "artist_ids": [
        "35e3200c-a82c-4357-910e-76b1a9cbaf05",
        "f90e8b26-9e52-4669-a5c9-e28529c47894",
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188"
    ],
    "album": "Lucy Pearl",
    "release_id": null,
    "release_group_id": "52ef82c9-a839-3cc2-bb9b-286367b89e5d",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2000-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}