Information about plays

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

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

{
    "id": 3544382,
    "uri": "https://api.kexp.org/v2/plays/3544382/?format=api",
    "airdate": "2025-08-24T20:36:25-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Buzz",
    "track_id": null,
    "recording_id": null,
    "artist": "Free Association",
    "artist_ids": [
        "0bd58584-4b4e-4a2d-9f67-d8d5c774f2c6"
    ],
    "album": "Love Buzz",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jolly Jams"
    ],
    "label_ids": [
        "8b57e2fa-1596-4ecc-bab2-af878fa338d7"
    ],
    "release_date": "2021-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Known as Free Association, Alister Johnson and Andrew Allsgood released \"Love Buzz\" in 2021.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}