Information about plays

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

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

{
    "id": 3560630,
    "uri": "https://api.kexp.org/v2/plays/3560630/?format=api",
    "airdate": "2025-10-02T23:29:23-07:00",
    "show": 64729,
    "show_uri": "https://api.kexp.org/v2/shows/64729/?format=api",
    "image_uri": "https://coverartarchive.org/release/4c487c3f-4887-4289-b2f2-b0665aabbc57/22204454140-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4c487c3f-4887-4289-b2f2-b0665aabbc57/22204454140-250.jpg",
    "song": "Hot Cheetos",
    "track_id": null,
    "recording_id": "010d09d1-e6d4-4b60-9eb1-d31280c905a6",
    "artist": "MonoNeon",
    "artist_ids": [
        "26bdb4b1-53a6-4826-b532-de61e9b464fe"
    ],
    "album": "My Feelings Be Peeling",
    "release_id": null,
    "release_group_id": "33a758d3-4bcf-4084-80a1-86549b7cc243",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-01-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}