Information about plays

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

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

{
    "id": 3544870,
    "uri": "https://api.kexp.org/v2/plays/3544870/?format=api",
    "airdate": "2025-08-26T01:48:37-07:00",
    "show": 64390,
    "show_uri": "https://api.kexp.org/v2/shows/64390/?format=api",
    "image_uri": "https://coverartarchive.org/release/0bdb61e0-cd61-4a4f-8a92-8c412b83feee/4475286590-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0bdb61e0-cd61-4a4f-8a92-8c412b83feee/4475286590-250.jpg",
    "song": "Answers",
    "track_id": null,
    "recording_id": "150ec21e-4562-4c07-af94-0ece835b62f9",
    "artist": "Lootpack feat. Quasimoto",
    "artist_ids": [
        "c55d7605-030a-4086-aba5-c39a6849af4e",
        "b614843c-bec3-421f-9af1-03169cdd4b63"
    ],
    "album": "Soundpieces: Da Antidote!",
    "release_id": null,
    "release_group_id": "0eae2d4b-1114-32bc-951d-1f3e493dd510",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "1999-06-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lootpack was a collaborative project between Madlib, Wildchild and DJ Romes https://www.stonesthrow.com/artist/lootpack/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}