Information about plays

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

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

{
    "id": 3418940,
    "uri": "https://api.kexp.org/v2/plays/3418940/?format=api",
    "airdate": "2024-10-29T17:33:30-07:00",
    "show": 61710,
    "show_uri": "https://api.kexp.org/v2/shows/61710/?format=api",
    "image_uri": "https://ia802802.us.archive.org/32/items/mbid-5a983b03-a4a1-4a90-8e07-55d4032511fc/mbid-5a983b03-a4a1-4a90-8e07-55d4032511fc-21284926670_thumb500.jpg",
    "thumbnail_uri": "https://ia802802.us.archive.org/32/items/mbid-5a983b03-a4a1-4a90-8e07-55d4032511fc/mbid-5a983b03-a4a1-4a90-8e07-55d4032511fc-21284926670_thumb250.jpg",
    "song": "Loose",
    "track_id": "37a56670-f151-34d7-b318-ba7fd45a7cd1",
    "recording_id": "258eb7c1-3126-45c9-8d70-f5c79a96788c",
    "artist": "The Stooges",
    "artist_ids": [
        "794c6bf2-3241-416f-9b8f-24e2d84a1c4b"
    ],
    "album": "Fun House",
    "release_id": "5a983b03-a4a1-4a90-8e07-55d4032511fc",
    "release_group_id": "edd57263-df77-3f1a-8803-8beb5d5b1a64",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2005-08-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "American guitarist, songwriter and record producer James Williamson, best known for his contribution to the protopunk rock band Iggy & The Stooges, was born on this day back in 1949. He's 75 today. Happy Birthday James!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}