Information about plays

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

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

{
    "id": 3587168,
    "uri": "https://api.kexp.org/v2/plays/3587168/?format=api",
    "airdate": "2025-12-05T14:01:54-08:00",
    "show": 65295,
    "show_uri": "https://api.kexp.org/v2/shows/65295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get It Up",
    "track_id": null,
    "recording_id": "17a65ff1-043e-4f6b-8e5e-33cce9291284",
    "artist": "The Time",
    "artist_ids": [
        "3bfa8f23-2dbb-43e2-b1da-3cfaa6c5ff9d"
    ],
    "album": "The Time",
    "release_id": null,
    "release_group_id": "9d9eec8c-9bc7-3a2b-a70c-0dec6f071791",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1981-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Get It Up\" is the debut single by the Time, from their 1981 self-titled debut album. Like most of the album, the song was recorded in Prince's home studio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}