Information about plays

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

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

{
    "id": 3546896,
    "uri": "https://api.kexp.org/v2/plays/3546896/?format=api",
    "airdate": "2025-08-30T21:28:26-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ice Cube",
    "track_id": null,
    "recording_id": "632513ca-770b-49be-bd26-fff7eb0e4194",
    "artist": "Twenty One Children",
    "artist_ids": [
        "961ea6ff-8a9f-4da0-8325-7a30aede83e1"
    ],
    "album": "S/T EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Slovenly Recordings"
    ],
    "label_ids": [
        "cfb18bcf-d2cd-4e4b-b41c-1e63240a10ce"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out the music video for this song from this band out of Soweto, South Africa by following the link below:\n\nhttps://youtu.be/CfLrLJycgpM?si=JIfQmtN6mUmCRJd2\nhttps://twentyonechildren.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}