Information about plays

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

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

{
    "id": 3577019,
    "uri": "https://api.kexp.org/v2/plays/3577019/?format=api",
    "airdate": "2025-11-12T00:36:29-08:00",
    "show": 65085,
    "show_uri": "https://api.kexp.org/v2/shows/65085/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Other Side of the Game",
    "track_id": null,
    "recording_id": "db10c771-fdce-4e0c-a47c-de22426f8380",
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "Body & Soul: Slow Caress",
    "release_id": null,
    "release_group_id": "469b743e-babc-4e9b-b5dd-2676c46a71b4",
    "labels": [
        "Time–Life Music"
    ],
    "label_ids": [
        "3a657e07-7f99-4baf-ab3b-53cdc941d73b"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}