Information about plays

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

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

{
    "id": 3440372,
    "uri": "https://api.kexp.org/v2/plays/3440372/?format=api",
    "airdate": "2024-12-20T06:49:47-08:00",
    "show": 62157,
    "show_uri": "https://api.kexp.org/v2/shows/62157/?format=api",
    "image_uri": "https://ia801703.us.archive.org/6/items/mbid-396cd5db-a240-4111-bd64-140064a4a0e9/mbid-396cd5db-a240-4111-bd64-140064a4a0e9-35842767491_thumb500.jpg",
    "thumbnail_uri": "https://ia801703.us.archive.org/6/items/mbid-396cd5db-a240-4111-bd64-140064a4a0e9/mbid-396cd5db-a240-4111-bd64-140064a4a0e9-35842767491_thumb250.jpg",
    "song": "Corona",
    "track_id": "35c7bfc2-054b-3cef-8ff0-79841765c1da",
    "recording_id": "7b4fa180-d67f-4ce8-97d9-3532de04c34b",
    "artist": "Minutemen",
    "artist_ids": [
        "d4ad0149-d8ae-4105-8009-0221fce9ff35"
    ],
    "album": "Double Nickels on the Dime",
    "release_id": "396cd5db-a240-4111-bd64-140064a4a0e9",
    "release_group_id": "0bcb9f3e-e341-3ed5-ac5b-8ed5e17f9a7e",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1989-12-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "HBD to Mike Watt, born this day in 1957. Bassist, vocalist and songwriter best known for co-founding the rock bands Minutemen, Dos, and Firehose. Bassist for the reunited Stooges. (Minutemen, Firehose, J Mascis + The Fog, The Stooges, Porno for Pyros, Sonic Youth, Foo Fighters and MANY more)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}