Information about plays

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

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

{
    "id": 3416737,
    "uri": "https://api.kexp.org/v2/plays/3416737/?format=api",
    "airdate": "2024-10-24T14:25:03-07:00",
    "show": 61661,
    "show_uri": "https://api.kexp.org/v2/shows/61661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When You Were Mine",
    "track_id": "4032b2d6-5cbe-3348-9b4f-fda9e3c1eab8",
    "recording_id": "427b0edc-3059-4a88-91fb-c855c2eb73d7",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Dirty Mind",
    "release_id": "fb08f6a5-3b0c-3cf4-81d9-967a24e3fc20",
    "release_group_id": "4f19b946-6ecb-3801-9248-cc44e9e9a284",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1987-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Prince wrote virtual liner notes in the mid-90s for some of his biggest hits as a feature on one of his first websites. Here’s his entry for “When You Were Mine”:\n\nwritten in a hotel room in North Carolina on the Rick James tour. This was not a happy period. [Prince Rogers Nelson] didn’t want to do this tour but he needed the exposure cuz his record was breaking R&B first. He was ready 2 headline his own tour but had 2 wait.\n--\nCyndi Lauper had a big hit with her cover of this song in 1983 for \"She's So Unusual.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}