Information about plays

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

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

{
    "id": 3595273,
    "uri": "https://api.kexp.org/v2/plays/3595273/?format=api",
    "airdate": "2025-12-24T08:11:55-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Skinny Santa!",
    "track_id": null,
    "recording_id": "aa4dc581-2401-47b7-a24f-79e3b5f41f04",
    "artist": "JD McPherson",
    "artist_ids": [
        "84c7cb93-0622-4b90-8d53-ee2b4650097f"
    ],
    "album": "Socks",
    "release_id": null,
    "release_group_id": "d63cc542-c913-4763-a10b-aa6ded086eab",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2018-11-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in rural Buffalo Valley, Oklahoma, in 1977, McPherson grew up listening to a wide array of music, from traditional country and rockabilly to punk and hip-hop. \n\nhttps://jdmcphersonjr.bandcamp.com\nhttps://www.jdmcpherson.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}