Information about plays

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

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

{
    "id": 3593970,
    "uri": "https://api.kexp.org/v2/plays/3593970/?format=api",
    "airdate": "2025-12-21T09:58:59-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "https://coverartarchive.org/release/74b467d6-c01b-407e-9b9a-1563967d19fc/17290252016-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/74b467d6-c01b-407e-9b9a-1563967d19fc/17290252016-250.jpg",
    "song": "Wrap Yourself in a Christmas Package",
    "track_id": null,
    "recording_id": "4bf96909-de12-41f3-b913-3436822a462c",
    "artist": "Charles Brown",
    "artist_ids": [
        "dbc9229a-6fb7-43b1-9763-df1e87112a93"
    ],
    "album": "Sings Christmas Songs",
    "release_id": null,
    "release_group_id": "2a705b52-0415-30b6-80cb-deb8cd8222cc",
    "labels": [
        "King Records"
    ],
    "label_ids": [
        "73693b2f-37bc-4076-8018-c21465945054"
    ],
    "release_date": "1961-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released as an LP in 1961, and reissued many times since the original mono pressing.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}