Information about plays

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

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

{
    "id": 3587981,
    "uri": "https://api.kexp.org/v2/plays/3587981/?format=api",
    "airdate": "2025-12-07T09:15:54-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Try a Little Tenderness (take 1)",
    "track_id": "dc18b54a-843d-385d-b4cf-bf938d6bd129",
    "recording_id": "eb176909-77d8-40a4-bed6-1fc4ad0a7e80",
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "Remember Me",
    "release_id": "57e54f21-baee-4a7d-968f-877857711b71",
    "release_group_id": "a865122a-9cf4-3f71-8af4-89eb60a481dc",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarist\n\nInducted into the Grammy Hall of Fame in 2015, Redding's version was produced by Isaac Hayes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}