Information about plays

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

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

{
    "id": 3587282,
    "uri": "https://api.kexp.org/v2/plays/3587282/?format=api",
    "airdate": "2025-12-05T20:42:32-08:00",
    "show": 65297,
    "show_uri": "https://api.kexp.org/v2/shows/65297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yebo/Sema",
    "track_id": null,
    "recording_id": "4ed4fdbc-ae79-432a-baa5-4921cb25285c",
    "artist": "Masego",
    "artist_ids": [
        "bca63b5d-a28c-4937-a8f4-e3f2d95426e1"
    ],
    "album": "Studying Abroad",
    "release_id": null,
    "release_group_id": "78f2c399-68f1-4838-b561-c8481c2565c0",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Micah Davis, known professionally as Masego, is a Jamaican-American musician and singer, known for incorporating the saxophone into his music. Masego released two EPs in 2016, The Pink Polo EP with Medasin, and Loose Thoughts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}