Information about plays

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

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

{
    "id": 3602377,
    "uri": "https://api.kexp.org/v2/plays/3602377/?format=api",
    "airdate": "2026-01-09T20:41:32-08:00",
    "show": 65607,
    "show_uri": "https://api.kexp.org/v2/shows/65607/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Awuke",
    "track_id": null,
    "recording_id": "458b9484-3e05-4c61-99ff-4e40daf3396c",
    "artist": "Davido & YG Marley",
    "artist_ids": [
        "a9ae7d4b-10f0-4da8-8b8c-21722a074a54",
        "3ac35781-a75c-42d7-a053-ae47e7e64314"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Awuke,\" featuring YG Marley, is an Afrobeats/Amapiano track about intense admiration and desire for a love interest, blending sweet melodies with heavy bass, with \"Awuke\" itself signifying a kind of captivating \"girating\" or enthralling quality in Yoruba culture, though it's a unique term coined during the recording to express this feeling of being mesmerized. Released in late 2024, it became a massive hit, topping charts quickly and showcasing Davido's admiration for collaboration and Nigerian culture.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}