Information about plays

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

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

{
    "id": 3595784,
    "uri": "https://api.kexp.org/v2/plays/3595784/?format=api",
    "airdate": "2025-12-25T09:27:38-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Drummer Boy",
    "track_id": "9f3b3d25-e6b6-3cb5-af30-452be8141bbf",
    "recording_id": "d95b90f6-7995-46ed-a416-aba2d7b44195",
    "artist": "Joan Jett and the Blackhearts",
    "artist_ids": [
        "46e63d3b-d91b-4791-bb73-e9f638a45ea0"
    ],
    "album": "A Blackheart Christmas",
    "release_id": "0fc0be1e-22fd-45cc-a5ee-29d294b2a4e1",
    "release_group_id": "0f11f45b-4563-4fac-b9fe-88e9565f5e5b",
    "labels": [
        "Blackheart Records"
    ],
    "label_ids": [
        "1bc7ca07-369f-4408-953f-72b5a3230900"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Blackheart Record's (co-founded by Joan Jett) Christmas Compilation album came out in 2010. Check out the album here: https://bit.ly/3YLqKrK",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}