Information about plays

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

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

{
    "id": 3593363,
    "uri": "https://api.kexp.org/v2/plays/3593363/?format=api",
    "airdate": "2025-12-20T05:30:31-08:00",
    "show": 65425,
    "show_uri": "https://api.kexp.org/v2/shows/65425/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Feels Great",
    "track_id": "e4b2060b-932b-4d92-8136-a858513ac57c",
    "recording_id": "330c53a1-ab9c-46e3-9327-fec786e47ad9",
    "artist": "Car Culture",
    "artist_ids": [
        "5f1a871f-0e8a-467e-846e-8f60fff4815d"
    ],
    "album": "Rest Here",
    "release_id": "c6dbc60f-5475-4a92-ba75-b96804e8e235",
    "release_group_id": "0e48a9f3-1cb4-4648-a8d0-9e5d3b8f1ed4",
    "labels": [
        "NAFF"
    ],
    "label_ids": [
        "8546c2f5-488c-442b-92a9-ce7021d4ec93"
    ],
    "release_date": "2025-10-09",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}