Information about plays

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

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

{
    "id": 3552253,
    "uri": "https://api.kexp.org/v2/plays/3552253/?format=api",
    "airdate": "2025-09-12T21:49:19-07:00",
    "show": 64544,
    "show_uri": "https://api.kexp.org/v2/shows/64544/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a26678c-ad9b-4433-928a-daa705aeb1f9/33513790674-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a26678c-ad9b-4433-928a-daa705aeb1f9/33513790674-250.jpg",
    "song": "Do Me Nice (feat. Buju)",
    "track_id": null,
    "recording_id": "ba07d428-374f-4f4f-9e15-3c98b3b0402b",
    "artist": "Show Dem Camp",
    "artist_ids": [
        "1b38eb5f-7ccf-428b-8d61-cbf841c60a99"
    ],
    "album": "The Palmwine Express",
    "release_id": null,
    "release_group_id": "3ed6a03a-fb7e-4046-a332-b3acb69eb48e",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}