Information about plays

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

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

{
    "id": 3531330,
    "uri": "https://api.kexp.org/v2/plays/3531330/?format=api",
    "airdate": "2025-07-25T00:25:52-07:00",
    "show": 64104,
    "show_uri": "https://api.kexp.org/v2/shows/64104/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "9 Months",
    "track_id": null,
    "recording_id": "923cea59-b23c-4bce-bc9c-428eeb3daa4d",
    "artist": "Alfa Mist",
    "artist_ids": [
        "f5b41828-248a-449d-95b8-fff92db97629"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}