Information about plays

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

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

{
    "id": 3613308,
    "uri": "https://api.kexp.org/v2/plays/3613308/?format=api",
    "airdate": "2026-02-04T23:53:51-08:00",
    "show": 65842,
    "show_uri": "https://api.kexp.org/v2/shows/65842/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ethiopian Girl",
    "track_id": null,
    "recording_id": "9e8c5935-2c70-45c4-9097-a000fe990595",
    "artist": "Dur‐Dur Band",
    "artist_ids": [
        "9b77d40a-c7cb-4d5f-9da8-9ef1df1cc745"
    ],
    "album": "Africa",
    "release_id": null,
    "release_group_id": "c3ecae50-a054-41d0-8d26-6c0813c02606",
    "labels": [
        "Elham Video Electronics"
    ],
    "label_ids": [
        "c12ea23b-79f5-4477-bc92-db686b543b80"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of Londonbeat's \"I've Been Thinking About You\" by this group that formed in Mogadishu, Somalia in 1984.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}