Information about plays

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

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

{
    "id": 3595188,
    "uri": "https://api.kexp.org/v2/plays/3595188/?format=api",
    "airdate": "2025-12-24T03:45:28-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Lonely Christmas",
    "track_id": "49522367-4dbb-3549-936c-3a1fd76f4f9f",
    "recording_id": "18f41e7a-9485-4739-9eee-8a188790bc5f",
    "artist": "Prince & The Revolution",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e",
        "4c8ead39-b9df-4c56-a27c-51bc049cfd48"
    ],
    "album": "The Hits/The B-Sides",
    "release_id": "6765aaef-1e9d-3ebe-956a-be97390932e5",
    "release_group_id": "066e19c3-7f37-345a-adbe-9b06d07a39af",
    "labels": [
        "Paisley Park",
        "Warner Bros. Records"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf",
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1993-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Another Lonely Christmas\" was the B-side to the \"I Would Die 4 U\" single from 1984",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}