Information about plays

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

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

{
    "id": 3598162,
    "uri": "https://api.kexp.org/v2/plays/3598162/?format=api",
    "airdate": "2025-12-30T21:06:22-08:00",
    "show": 65519,
    "show_uri": "https://api.kexp.org/v2/shows/65519/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bagola",
    "track_id": null,
    "recording_id": "e58fd1cf-8a80-4db8-8c7d-18a1fd390c25",
    "artist": "Trio Da Kali",
    "artist_ids": [
        "6d1397ee-1d5b-46dc-bcb3-3de1e53ae996"
    ],
    "album": "Bagola",
    "release_id": null,
    "release_group_id": "13af54e8-8e48-4aea-8eb0-9b10b4979bf9",
    "labels": [
        "One World Records"
    ],
    "label_ids": [
        "e8be1132-146e-4603-8317-1df93d20a1ae"
    ],
    "release_date": "2025-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Mali, Trio Da Kali carries griot traditions forward with elegance, lineage, and emotional depth.\nhttps://triodakali.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}