Information about plays

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

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

{
    "id": 3557308,
    "uri": "https://api.kexp.org/v2/plays/3557308/?format=api",
    "airdate": "2025-09-24T20:15:13-07:00",
    "show": 64652,
    "show_uri": "https://api.kexp.org/v2/shows/64652/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "PUSH",
    "track_id": null,
    "recording_id": null,
    "artist": "Inner Wave",
    "artist_ids": [
        "593f5d0a-ea85-4e07-a8cc-d3a031925638"
    ],
    "album": "PUSH",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nettwerk Music Group Inc."
    ],
    "label_ids": [
        "9af80f94-5a43-4e8d-8e93-5facddcd65e7"
    ],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://innerwave.xyz/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}