Information about plays

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

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

{
    "id": 3412855,
    "uri": "https://api.kexp.org/v2/plays/3412855/?format=api",
    "airdate": "2024-10-15T08:33:05-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fly Around My Pretty Little Miss",
    "track_id": "fa2ea642-9bab-31a9-b07d-5922c9287d4e",
    "recording_id": "ba42544e-a2f8-4f2c-9143-4793d24c4ffd",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "Ancient Melodies of the Future",
    "release_id": "fd417b02-f15c-43c0-b245-853b8de59ae0",
    "release_group_id": "060b2c77-1d7b-387e-921e-3d8578246200",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2001-07-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Hey John, great show this morning. My friend Brock is visiting me in New York from Idaho and I'm wondering if I can request some Built To Spill in his honor. Thanks!\nJustin (Puh-kip-see) in Poughkeepsie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}