Information about plays

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

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

{
    "id": 3596319,
    "uri": "https://api.kexp.org/v2/plays/3596319/?format=api",
    "airdate": "2025-12-26T15:55:28-08:00",
    "show": 65479,
    "show_uri": "https://api.kexp.org/v2/shows/65479/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "P.D.A.",
    "track_id": null,
    "recording_id": "200a08cf-6e71-453e-8772-9be651f861ca",
    "artist": "jizue",
    "artist_ids": [
        "b0e02694-2bd3-4b26-ada2-f4fdabe3eb02"
    ],
    "album": "gallery",
    "release_id": null,
    "release_group_id": "af48d3fb-89ce-4131-bb94-372dce89136b",
    "labels": [
        "Victor"
    ],
    "label_ids": [
        "f31e1603-a456-4397-950e-e1a051487f75"
    ],
    "release_date": "2019-07-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}