Information about plays

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

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

{
    "id": 3414723,
    "uri": "https://api.kexp.org/v2/plays/3414723/?format=api",
    "airdate": "2024-10-19T15:23:43-07:00",
    "show": 61620,
    "show_uri": "https://api.kexp.org/v2/shows/61620/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Care a Lot (Slash version)",
    "track_id": "bbc46a01-6f91-39a6-9716-a5fe74e9e2d7",
    "recording_id": "3f5cba6e-313a-4790-a616-c11c310db18d",
    "artist": "Faith No More",
    "artist_ids": [
        "b15ebd71-a252-417d-9e1c-3e6863da68f8"
    ],
    "album": "This Is It: The Best of Faith No More",
    "release_id": "19228476-18c5-4594-992c-0870be26904a",
    "release_group_id": "47304819-78c3-30e4-b811-f5beb69447aa",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun Fact Roddy Bottum is the keyboard player in this band AND  the lead singer of Imperial Teen",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}