Information about plays

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

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

{
    "id": 3416738,
    "uri": "https://api.kexp.org/v2/plays/3416738/?format=api",
    "airdate": "2024-10-24T14:28:39-07:00",
    "show": 61661,
    "show_uri": "https://api.kexp.org/v2/shows/61661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Friends of P.",
    "track_id": "5c6da7fe-1542-3b54-a27e-1d6be39b5b10",
    "recording_id": "ebeec670-27d1-4e5b-9198-c71c083e9719",
    "artist": "The Rentals",
    "artist_ids": [
        "21763d94-f834-4a18-88b9-c82bc028a344"
    ],
    "album": "Return of The Rentals",
    "release_id": "29db868e-db44-4bb9-87e1-c857a06dad09",
    "release_group_id": "26eaea7b-1e9a-3055-acf7-fa3a2ada236f",
    "labels": [
        "Reprise Records",
        "Maverick"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "1995-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Rentals were a side project of Matt Sharp & Patrick Wilson of Weezer. This was the lead single from their debut album in 1995. \n--\n The most common explanation of the \"P\" states that it refers to actress/model Paulina Porizkova, who was the wife of The Cars guitarist/songwriter Ric Ocasek. Ocasek produced the first album from Weezer. Visiting during production of the album, Porizkova reportedly said she’d never had a song written about her. Matt Sharp promptly wrote one.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}