Information about plays

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

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

{
    "id": 3596783,
    "uri": "https://api.kexp.org/v2/plays/3596783/?format=api",
    "airdate": "2025-12-27T17:19:01-08:00",
    "show": 65490,
    "show_uri": "https://api.kexp.org/v2/shows/65490/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady of Ice (12″ version)",
    "track_id": null,
    "recording_id": "98cd9efa-45a5-4986-859e-469c96579a3f",
    "artist": "Fancy",
    "artist_ids": [
        "084559b8-3f6b-4ea7-ab22-2c7072fce7fc"
    ],
    "album": "Lady of Ice",
    "release_id": null,
    "release_group_id": "4a4c9e10-7013-41aa-b92e-4428ac248f8b",
    "labels": [
        "Metronome"
    ],
    "label_ids": [
        "f274f450-ea78-42d9-aa4a-e99c522c1b22"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Italo videos are the best music videos! https://www.youtube.com/watch?v=T-CsILyiXtM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}