Information about plays

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

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

{
    "id": 3557392,
    "uri": "https://api.kexp.org/v2/plays/3557392/?format=api",
    "airdate": "2025-09-25T01:18:14-07:00",
    "show": 64654,
    "show_uri": "https://api.kexp.org/v2/shows/64654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Din Da Da Da",
    "track_id": null,
    "recording_id": "76d32338-f1ee-4960-9032-336707b7e197",
    "artist": "Kevin Aviance",
    "artist_ids": [
        "2809071d-1b4f-4e20-b4c3-6e72b00327c3"
    ],
    "album": "Box of Chocolates",
    "release_id": null,
    "release_group_id": "2777e4b8-2d05-4d31-b07a-d8ff4322a2b4",
    "labels": [
        "Wave Music"
    ],
    "label_ids": [
        "5eda2d1f-2c34-4462-af51-7f68f2486c01"
    ],
    "release_date": "1999-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of the tune originally by German musician George Kranz.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}