Information about plays

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

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

{
    "id": 3543816,
    "uri": "https://api.kexp.org/v2/plays/3543816/?format=api",
    "airdate": "2025-08-23T17:08:06-07:00",
    "show": 64368,
    "show_uri": "https://api.kexp.org/v2/shows/64368/?format=api",
    "image_uri": "https://coverartarchive.org/release/8bee73aa-3462-42e1-b388-0e58117aed2d/16620618722-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8bee73aa-3462-42e1-b388-0e58117aed2d/16620618722-250.jpg",
    "song": "Everything Is Embarrassing (Physical Therapy Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Sky Ferreira",
    "artist_ids": [
        "05f3353e-e2d9-4344-a3c9-8009dd8e0427"
    ],
    "album": "Night Time, My Time",
    "release_id": null,
    "release_group_id": "64b9807d-ed23-47a3-a388-41c82bfd8069",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(2021 remix by the great NYC DJ / producer Physical Therapy)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}