Information about plays

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

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

{
    "id": 3567326,
    "uri": "https://api.kexp.org/v2/plays/3567326/?format=api",
    "airdate": "2025-10-19T20:17:14-07:00",
    "show": 64879,
    "show_uri": "https://api.kexp.org/v2/shows/64879/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Has a Face of Its Own",
    "track_id": null,
    "recording_id": "93819410-1f50-4eea-996b-71c77d6dd9db",
    "artist": "Gavin Christopher",
    "artist_ids": [
        "b5ae44c6-283c-4faa-a444-2421a5fe9f87"
    ],
    "album": "Gavin Christopher",
    "release_id": null,
    "release_group_id": "80d277d8-a91a-4b02-97a1-069ee84c1943",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1979-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R&B singer, songwriter, musician, and producer Gavin Christopher released \"Love Has a Face of Its Own\" on his 1979 self-titled album (as opposed to the 1976 version of his self-titled album), with Island Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}