Information about plays

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

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

{
    "id": 3590940,
    "uri": "https://api.kexp.org/v2/plays/3590940/?format=api",
    "airdate": "2025-12-14T09:00:18-08:00",
    "show": 65376,
    "show_uri": "https://api.kexp.org/v2/shows/65376/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flatbed Alfalfa Run to Pueblo, Colorado, Fall 1972",
    "track_id": null,
    "recording_id": "81a887d4-09fd-48f4-9447-c49f0289b31c",
    "artist": "Joe Harvey-Whyte",
    "artist_ids": [],
    "album": "Last Ride",
    "release_id": null,
    "release_group_id": "399febb9-a8a1-4687-9725-8e137040bbdf",
    "labels": [
        "Curation Records"
    ],
    "label_ids": [
        "a45a2f02-bb5f-47a8-ac40-f927308c3e9b"
    ],
    "release_date": "2025-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK artists Joe Harvey-Whyte and Bobby Lee teaming up. This is the lead single off their debut album.\nhttps://curation-records.bandcamp.com/album/last-ride",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}