Information about plays

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

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

{
    "id": 3536373,
    "uri": "https://api.kexp.org/v2/plays/3536373/?format=api",
    "airdate": "2025-08-05T20:45:05-07:00",
    "show": 64210,
    "show_uri": "https://api.kexp.org/v2/shows/64210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Po Moru Je Plovila Galija",
    "track_id": null,
    "recording_id": null,
    "artist": "Raphael Rogiński",
    "artist_ids": [
        "bc8ce05a-b591-44ec-822f-274c5dd6406f"
    ],
    "album": "Bura",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Future Nature Sound"
    ],
    "label_ids": [],
    "release_date": "2025-06-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Po moru je plovila galija” is the first track off Raphael Rogiński’s new project with amazing Serbian musicians, appearing here under the name Ružičnjak Tajni. Joining Raphael are: Svetlana Spajic (vocal), Tijana Stankovič (violin, vocal) and Marina Džukljev (piano)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}