Information about plays

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

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

{
    "id": 3525918,
    "uri": "https://api.kexp.org/v2/plays/3525918/?format=api",
    "airdate": "2025-07-12T10:41:06-07:00",
    "show": 63993,
    "show_uri": "https://api.kexp.org/v2/shows/63993/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pass the Kutchie",
    "track_id": null,
    "recording_id": "aaef06f6-4ded-4e88-b8f2-9c6e31652c40",
    "artist": "Mighty Diamonds",
    "artist_ids": [],
    "album": "Street Knowledge",
    "release_id": null,
    "release_group_id": "edb761db-e17b-3e76-8859-3e04ee251e69",
    "labels": [
        "VP Records"
    ],
    "label_ids": [
        "6565bd36-cbae-47a7-aac5-888aeddc6c1e"
    ],
    "release_date": "2003-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}