Information about plays

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

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

{
    "id": 3593385,
    "uri": "https://api.kexp.org/v2/plays/3593385/?format=api",
    "airdate": "2025-12-20T06:42:51-08:00",
    "show": 65426,
    "show_uri": "https://api.kexp.org/v2/shows/65426/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sailor Song",
    "track_id": null,
    "recording_id": "df3f3bc5-1680-4fac-b647-536d0aeef3a5",
    "artist": "Gigi Perez",
    "artist_ids": [
        "8ab64ebd-200e-47af-a3fc-92540e186214"
    ],
    "album": "At the Beach, in Every Life",
    "release_id": null,
    "release_group_id": "2bdb6f81-607d-44b5-9ee1-22f8baafbbf7",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2025-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}