Information about plays

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

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

{
    "id": 3575321,
    "uri": "https://api.kexp.org/v2/plays/3575321/?format=api",
    "airdate": "2025-11-07T23:59:35-08:00",
    "show": 65049,
    "show_uri": "https://api.kexp.org/v2/shows/65049/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Play",
    "track_id": null,
    "recording_id": "3cd102fd-56b6-49bf-9fea-3a92572286d8",
    "artist": "J‐Live",
    "artist_ids": [
        "1c15deec-f162-48dd-a759-f79cc64f5382"
    ],
    "album": "The Best Part",
    "release_id": null,
    "release_group_id": "01efdfcc-c3b4-3b52-8717-726c73abe53a",
    "labels": [
        "Triple Threat Productions"
    ],
    "label_ids": [
        "e2978bc4-c129-4677-a277-ffde87903888"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}