Information about plays

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

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

{
    "id": 3413321,
    "uri": "https://api.kexp.org/v2/plays/3413321/?format=api",
    "airdate": "2024-10-16T08:48:46-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Face of Love",
    "track_id": null,
    "recording_id": "0b76aa10-20e0-44c3-a7c3-0ba02887e1a8",
    "artist": "Nusrat Fateh Ali Khan feat. Eddie Vedder",
    "artist_ids": [
        "5968383c-11c1-4c5b-ada0-504a38cec8e7",
        "1a60d6dd-9d3e-40fc-a66d-3184f9ee0d61"
    ],
    "album": "Dead Man Walking: The Score",
    "release_id": null,
    "release_group_id": "b60cd053-f091-3e19-a9ea-8f0570ca1118",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating the life of Nusrat Fateh Ali Khan, born on this date in 1948. The Pakistani singer, songwriter, and music director died in August of 1997.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}