Information about plays

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

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

{
    "id": 370793,
    "uri": "https://api.kexp.org/v2/plays/370793/?format=api",
    "airdate": "2019-08-22T10:24:18-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Más",
    "track_id": "156d2a44-2cae-3575-bbb2-c2b7269d8d11",
    "recording_id": null,
    "artist": "Kinky",
    "artist_ids": [
        "21042d7e-4622-45f0-b1a0-a6dfa458a2e3"
    ],
    "album": "Kinky",
    "release_id": "5dadc987-d4d6-4ec3-af17-8f031d34cdac",
    "release_group_id": null,
    "labels": [
        "London Records 90"
    ],
    "label_ids": [
        "2cd8a4b0-f36a-4761-8637-893024985e2f"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track by Mexican band has had worldwide success. It is included in the videogame SSX 3 and the movies Man on Fire and Thirteen and is the song Ziva David is listening to in the NCIS episode Shalom (season 4 episode 1). It is also heard in the Alias episode \"Countdown\" (season 2, episode 20). It was used in a Taco Bell television commercial in 2012.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}