Information about plays

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

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

{
    "id": 3537818,
    "uri": "https://api.kexp.org/v2/plays/3537818/?format=api",
    "airdate": "2025-08-09T06:54:27-07:00",
    "show": 64240,
    "show_uri": "https://api.kexp.org/v2/shows/64240/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Mother's Name",
    "track_id": null,
    "recording_id": "d12fa5a5-74d2-47e9-8b98-1dbb9bd5bba6",
    "artist": "Sussanah Joffe",
    "artist_ids": [
        "02452937-d06b-4e9f-966d-8477bae38ddc"
    ],
    "album": "Your Mother's Name",
    "release_id": null,
    "release_group_id": "ca390aee-7110-4223-b8d6-5c8f3a3e5591",
    "labels": [
        "Open Management"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}