Information about plays

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

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

{
    "id": 3593231,
    "uri": "https://api.kexp.org/v2/plays/3593231/?format=api",
    "airdate": "2025-12-19T21:10:24-08:00",
    "show": 65422,
    "show_uri": "https://api.kexp.org/v2/shows/65422/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wonderless",
    "track_id": null,
    "recording_id": "7fba6dc1-9419-4a16-8d2d-2924fe628dd8",
    "artist": "Wondamagik, less.people",
    "artist_ids": [
        "4a18e263-52dd-41f1-8a63-b847cbf60e0a",
        "a70870a6-a7ce-4789-88fe-3d899cc0b3cb"
    ],
    "album": "Alone Together / Wonderless",
    "release_id": null,
    "release_group_id": "a5132e3c-acbe-4d19-bae6-be8d2f6aabb0",
    "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"
}