Information about plays

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

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

{
    "id": 3593227,
    "uri": "https://api.kexp.org/v2/plays/3593227/?format=api",
    "airdate": "2025-12-19T20:57:32-08:00",
    "show": 65422,
    "show_uri": "https://api.kexp.org/v2/shows/65422/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Palmwine Riddim",
    "track_id": null,
    "recording_id": "19c89fd2-6e39-4b74-a027-16db425a58fd",
    "artist": "Juls",
    "artist_ids": [
        "06059ff3-720e-4b33-8e34-b98933817fe8"
    ],
    "album": "PALMWINE DIARIES VOL.1",
    "release_id": null,
    "release_group_id": "a302ba80-f559-4761-b93e-beb37c587d31",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}