Information about plays

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

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

{
    "id": 3417800,
    "uri": "https://api.kexp.org/v2/plays/3417800/?format=api",
    "airdate": "2024-10-27T04:00:32-07:00",
    "show": 61685,
    "show_uri": "https://api.kexp.org/v2/shows/61685/?format=api",
    "image_uri": "https://coverartarchive.org/release/94ec8033-848c-39fe-ab63-fa49ec24a9e5/2618499061-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/94ec8033-848c-39fe-ab63-fa49ec24a9e5/2618499061-250.jpg",
    "song": "War Pigs",
    "track_id": null,
    "recording_id": "633ee337-88a9-4425-858c-3d1a7be5ac81",
    "artist": "Faith No More",
    "artist_ids": [
        "b15ebd71-a252-417d-9e1c-3e6863da68f8"
    ],
    "album": "The Real Thing",
    "release_id": null,
    "release_group_id": "1ba7c980-4882-31fb-9918-12791f59d303",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1989-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "I have yet to go to a music festival where they play this over the speakers between bands and not have the entire audience yell \"WITCHES GATHERED IN THEIR MASSEEEEEEEESSSSSSSS.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}