Information about plays

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

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

{
    "id": 3607668,
    "uri": "https://api.kexp.org/v2/plays/3607668/?format=api",
    "airdate": "2026-01-22T14:05:56-08:00",
    "show": 65724,
    "show_uri": "https://api.kexp.org/v2/shows/65724/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can’t Buy Me Love",
    "track_id": "fe88ecd6-f3d8-3c3f-87ec-caa1ed3b22e5",
    "recording_id": "e2064c3f-2f55-48b6-a553-db58f3b9a9ce",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "A Hard Day’s Night",
    "release_id": "3fd94aeb-bebd-3918-bf11-1cba750f213f",
    "release_group_id": "06281c4d-112d-33b0-a25b-df63b420eae7",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1987-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The vocals were sampled for 2007's \"$ Can't Buy Me Love\" by DJ Jazzy Jeff, featuring Biz Markie.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}