Information about plays

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

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

{
    "id": 3416819,
    "uri": "https://api.kexp.org/v2/plays/3416819/?format=api",
    "airdate": "2024-10-24T19:08:41-07:00",
    "show": 61663,
    "show_uri": "https://api.kexp.org/v2/shows/61663/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holiday in Acapulco",
    "track_id": null,
    "recording_id": "79e2be1e-dbf9-4b7a-a47a-e602a3e031e7",
    "artist": "松任谷由実",
    "artist_ids": [
        "0d27f48b-c8d7-464b-85e5-5a2b823436c9"
    ],
    "album": "ALARM à la mode",
    "release_id": null,
    "release_group_id": "0eb69dd8-993f-4f72-ae27-41837780348e",
    "labels": [
        "EXPRESS"
    ],
    "label_ids": [
        "c73406f8-b704-4363-b7eb-f9d7c1300663"
    ],
    "release_date": "1986-11-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "松任谷由実 (Yumi Matsutoya), nicknamed Yuming, is a Japanese singer, composer, lyricist and pianist. Generally the writer of both the lyrics and the music in her songs, she is renowned for her idiosyncratic voice and live performances, and is one of the most prominent figures in the history of Japanese popular music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}