Information about plays

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

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

{
    "id": 2683209,
    "uri": "https://api.kexp.org/v2/plays/2683209/?format=api",
    "airdate": "2020-01-07T10:15:45-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Destroy Everything You Touch",
    "track_id": "458a9b15-37f7-4e3b-a264-61296331270e",
    "recording_id": null,
    "artist": "Ladytron",
    "artist_ids": [
        "b45335d1-5219-4262-a44d-936aa36eeaed"
    ],
    "album": "Witching Hour",
    "release_id": "029d991d-0db8-40b2-8f7f-02aa3df7bb9a",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This powerful song was the second single from Ladytron's third album, \"Witching Hour.\"  \"Everything you touch you don't feel...\"  Here are the lyrics: https://genius.com/Ladytron-destroy-everything-you-touch-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}