Information about plays

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

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

{
    "id": 3548119,
    "uri": "https://api.kexp.org/v2/plays/3548119/?format=api",
    "airdate": "2025-09-02T19:55:43-07:00",
    "show": 64457,
    "show_uri": "https://api.kexp.org/v2/shows/64457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Say Goodbye",
    "track_id": null,
    "recording_id": null,
    "artist": "El Michels Affair, Florence Adooni",
    "artist_ids": [
        "dbf0a5c5-3665-4495-b13b-99438a6a0900",
        "a3250c6e-bb41-4137-a549-47de282109cc"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The A side “Say Goodbye” is an instant hit with bouncing basslines & drums that carry the infectious and endearing vocals of Ghana’s own Florence Adooni. The bouncy energy of the track is taken to the next level by Florence’s earworm chorus which is sure to make this a record in heavy rotation around the globe.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}