Information about plays

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

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

{
    "id": 3585709,
    "uri": "https://api.kexp.org/v2/plays/3585709/?format=api",
    "airdate": "2025-12-02T04:48:45-08:00",
    "show": 65267,
    "show_uri": "https://api.kexp.org/v2/shows/65267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mornin’",
    "track_id": null,
    "recording_id": "b0028146-75bb-4a86-9568-2b0013b4f273",
    "artist": "Al Jarreau",
    "artist_ids": [
        "3e54ba8b-f4cc-4192-9813-890d570e2b7a"
    ],
    "album": "Jarreau",
    "release_id": null,
    "release_group_id": "0ab5b05a-3125-3916-b069-2481c8f67fc0",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jarreau is the sixth studio album by Al Jarreau, released in 1983.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}