Information about plays

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

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

{
    "id": 3575283,
    "uri": "https://api.kexp.org/v2/plays/3575283/?format=api",
    "airdate": "2025-11-07T21:55:14-08:00",
    "show": 65048,
    "show_uri": "https://api.kexp.org/v2/shows/65048/?format=api",
    "image_uri": "https://coverartarchive.org/release/58818e9d-2fed-447d-9f29-d1ca5b62221f/36916085400-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/58818e9d-2fed-447d-9f29-d1ca5b62221f/36916085400-250.jpg",
    "song": "Lonely",
    "track_id": null,
    "recording_id": "fcc2e644-6bf7-47b8-87e8-c0fbc32d61bc",
    "artist": "Joeboy",
    "artist_ids": [
        "719feeff-47ab-482b-8101-859cac49776b"
    ],
    "album": "Somewhere Between Beauty & Magic",
    "release_id": null,
    "release_group_id": "79a11e4c-d632-4cd9-b9e8-50af34965e58",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An honest offering from the young star!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}