Information about plays

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

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

{
    "id": 3638110,
    "uri": "https://api.kexp.org/v2/plays/3638110/?format=api",
    "airdate": "2026-04-05T08:55:38-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "https://coverartarchive.org/release/6c28b36d-c304-49a8-b9f6-64bed04fc484/44712837124-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6c28b36d-c304-49a8-b9f6-64bed04fc484/44712837124-250.jpg",
    "song": "Billion Sweet Dreams",
    "track_id": null,
    "recording_id": "8437028f-ca21-418f-8cda-d525de800c60",
    "artist": "yutaka hirasaka",
    "artist_ids": [
        "763d6d7f-41f4-432f-b804-6611ee7dce6b"
    ],
    "album": "End Star Shine",
    "release_id": null,
    "release_group_id": "66453ae6-97a2-4de9-b51e-a849ff73f68a",
    "labels": [
        "nagalade"
    ],
    "label_ids": [
        "b4ede075-012c-4b51-ac29-6c754c298f07"
    ],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the latest album from Tokyo-based guitarist/producer yutaka hirasaka that marks the 2nd release on new Tokyo-based label nagalade reords ~ https://nagalade.bandcamp.com/album/end-star-shine",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}