Information about plays

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

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

{
    "id": 3421252,
    "uri": "https://api.kexp.org/v2/plays/3421252/?format=api",
    "airdate": "2024-11-04T08:27:18-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Summer in the City",
    "track_id": null,
    "recording_id": "4c760a90-1e4c-4325-a6c1-4c054695b334",
    "artist": "Quincy Jones",
    "artist_ids": [
        "5803c81e-739a-4057-9a5c-cf84e55db630"
    ],
    "album": "I Heard That!!",
    "release_id": null,
    "release_group_id": "184f7d9b-90b4-3d93-92a5-2fc4cedd9265",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP to Quincy Jones who passed this weekend at 91. \n\nQuincy Delight Jones Jr. was an American record producer, songwriter, composer, arranger, and producer. His career spanned 70 years, with 28 Grammy Awards won out of 80 nominations, and a Grammy Legend Award in 1992.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}