Information about plays

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

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

{
    "id": 3440717,
    "uri": "https://api.kexp.org/v2/plays/3440717/?format=api",
    "airdate": "2024-12-21T03:24:57-08:00",
    "show": 62165,
    "show_uri": "https://api.kexp.org/v2/shows/62165/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Learning",
    "track_id": null,
    "recording_id": "0801659a-4daf-4655-9456-238c4b0b5a53",
    "artist": "Homeboy Sandman",
    "artist_ids": [
        "65eaa552-1149-4b42-888e-6d6e4affdbff"
    ],
    "album": "Turns Out I Can Sell A Few of These After All",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}