Information about plays

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

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

{
    "id": 3595288,
    "uri": "https://api.kexp.org/v2/plays/3595288/?format=api",
    "airdate": "2025-12-24T08:51:44-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Silent Night",
    "track_id": null,
    "recording_id": "5753355d-7610-45f5-8cb5-b65b7045351c",
    "artist": "The Dickies",
    "artist_ids": [
        "82eeb914-c61b-4477-81c2-a0bf8604f2de"
    ],
    "album": "Christmas Rock",
    "release_id": null,
    "release_group_id": "3d15e50d-e88a-43b6-bc4e-f2e117b9053e",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dickies are an American punk band formed in the San Fernando Valley.\n\nhttp://www.thedickies.com/\nhttps://thedickiesnewredarchives.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}