Information about plays

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

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

{
    "id": 3591273,
    "uri": "https://api.kexp.org/v2/plays/3591273/?format=api",
    "airdate": "2025-12-15T04:11:48-08:00",
    "show": 65383,
    "show_uri": "https://api.kexp.org/v2/shows/65383/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rorogwela",
    "track_id": null,
    "recording_id": "ef2004b2-4d93-494d-ab15-64f83c5a7d1e",
    "artist": "Afunakwa",
    "artist_ids": [
        "bdd36da5-99e8-4768-b288-ad011ef8e0c5"
    ],
    "album": "Lullabies and Dream Songs",
    "release_id": null,
    "release_group_id": "d95dad93-0a5a-495f-a223-6c112002edb3",
    "labels": [
        "Mississippi Records"
    ],
    "label_ids": [
        "a3fea8e6-cf78-4f9a-9a93-1f84332c10a2"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Solomon Islands\n\nThe song is based around a traditional Baegu lullaby from the Solomon Islands called \"Rorogwela\", and is a field recording of a woman called Afunakwa",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}