Information about plays

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

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

{
    "id": 3427969,
    "uri": "https://api.kexp.org/v2/plays/3427969/?format=api",
    "airdate": "2024-11-20T20:42:54-08:00",
    "show": 61903,
    "show_uri": "https://api.kexp.org/v2/shows/61903/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Dead Ghosts",
    "artist_ids": [
        "c9c45837-c492-40ca-9581-6f76ce41343c"
    ],
    "album": "Hippie Flipping",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A groovy instrumental cut from the Vancouver, BC 6-piece",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}