Information about plays

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

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

{
    "id": 3589955,
    "uri": "https://api.kexp.org/v2/plays/3589955/?format=api",
    "airdate": "2025-12-12T01:30:36-08:00",
    "show": 65352,
    "show_uri": "https://api.kexp.org/v2/shows/65352/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In a Dream (1:00 AM mix)",
    "track_id": null,
    "recording_id": "b4f91238-3396-4ca9-afe8-43e2b6b0abd6",
    "artist": "Rockell",
    "artist_ids": [
        "e271a513-7f16-412d-aef5-373b9374f0d1"
    ],
    "album": "What Are You Lookin' At?",
    "release_id": null,
    "release_group_id": "2617fecc-cd4b-3660-9343-2da261d1d7aa",
    "labels": [
        "Robbins"
    ],
    "label_ids": [
        "c83603a5-7c64-4957-8b73-104621f76bc5"
    ],
    "release_date": "1998-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"In a Dream\" is the second single from Rockell's first album, What Are You Lookin' At?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}