Information about plays

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

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

{
    "id": 3593223,
    "uri": "https://api.kexp.org/v2/plays/3593223/?format=api",
    "airdate": "2025-12-19T20:43:57-08:00",
    "show": 65422,
    "show_uri": "https://api.kexp.org/v2/shows/65422/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anotha BBQ",
    "track_id": null,
    "recording_id": "fc62784d-8e59-40af-937e-6d4407aa87a1",
    "artist": "Philanthrope, Moods",
    "artist_ids": [
        "8033e863-c3e3-4dfc-9255-bd3a67eae181",
        "3bca49ce-b284-4621-87eb-de965f51844b"
    ],
    "album": "Chillhop Timezones, Vol. 1: Saudades do Tempo",
    "release_id": null,
    "release_group_id": "4800c54a-ad61-4ba6-a013-de9c73b3e974",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}