Information about plays

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

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

{
    "id": 3593189,
    "uri": "https://api.kexp.org/v2/plays/3593189/?format=api",
    "airdate": "2025-12-19T19:09:08-08:00",
    "show": 65422,
    "show_uri": "https://api.kexp.org/v2/shows/65422/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Marina Blues",
    "track_id": null,
    "recording_id": "adfaab57-f72b-4a80-b99e-78c88da8780f",
    "artist": "Trill Xoe, JohnWav",
    "artist_ids": [
        "47a04d05-90d5-4eb1-9ba1-52f7d48a61b2",
        "862b3b8d-003f-4220-9705-82a3f2e98b93"
    ],
    "album": "Marina Blues / Èkó Rhythm",
    "release_id": null,
    "release_group_id": "01cfc0bf-2010-4547-905a-597a5070f8b8",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}