Information about plays

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

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

{
    "id": 3589071,
    "uri": "https://api.kexp.org/v2/plays/3589071/?format=api",
    "airdate": "2025-12-09T21:13:49-08:00",
    "show": 65334,
    "show_uri": "https://api.kexp.org/v2/shows/65334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Väntan",
    "track_id": null,
    "recording_id": "be11f2a0-fa5d-4577-bac7-dd7ab53f1152",
    "artist": "Roger Ekman",
    "artist_ids": [
        "164ad81b-890b-4a36-8e28-8f5771859f58"
    ],
    "album": "Ångest",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nomis Musik"
    ],
    "label_ids": [
        "d98c801d-e6b0-46e2-87e1-36dcfe07911d"
    ],
    "release_date": "2005-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stockholm, Sweden\n\nÅngest translates to Anxiety in English\n\nThe running theme from this record is (his) mental health and the frustration of not getting the help he needed from the Swedish healthcare system.\n\nMore here: https://tinyurl.com/68fr9pz6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}