Information about plays

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

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

{
    "id": 3537813,
    "uri": "https://api.kexp.org/v2/plays/3537813/?format=api",
    "airdate": "2025-08-09T06:44:25-07:00",
    "show": 64240,
    "show_uri": "https://api.kexp.org/v2/shows/64240/?format=api",
    "image_uri": "https://coverartarchive.org/release/cfd4503a-bc0e-457f-90ba-bc1dd7f441ec/26917467753-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cfd4503a-bc0e-457f-90ba-bc1dd7f441ec/26917467753-250.jpg",
    "song": "Half Court Press",
    "track_id": null,
    "recording_id": "bd0e3abb-7088-484d-9ddf-11a8613216ce",
    "artist": "Kitty Craft",
    "artist_ids": [
        "5cc1ec13-d96d-40e0-9153-c59ca680b240"
    ],
    "album": "Beats and Breaks From the Flower Patch",
    "release_id": null,
    "release_group_id": "7d0cc368-67a3-38b7-aaba-5e4a053c6464",
    "labels": [
        "Darla Records"
    ],
    "label_ids": [],
    "release_date": "1998-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}