Information about plays

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

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

{
    "id": 3575244,
    "uri": "https://api.kexp.org/v2/plays/3575244/?format=api",
    "airdate": "2025-11-07T19:35:20-08:00",
    "show": 65048,
    "show_uri": "https://api.kexp.org/v2/shows/65048/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ma Cherie",
    "track_id": null,
    "recording_id": "b48b333d-78a2-4f9b-ba2d-d85077b8e8a3",
    "artist": "Bien",
    "artist_ids": [
        "46865139-c5d9-4616-9627-42b5da29ec8b"
    ],
    "album": "Ma Cherie",
    "release_id": null,
    "release_group_id": "68b9e3d1-ff27-416a-b483-1eea0cc3a5d7",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kenya!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}