Information about plays

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

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

{
    "id": 344156,
    "uri": "https://api.kexp.org/v2/plays/344156/?format=api",
    "airdate": "2019-06-20T22:51:39-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Indian Summer",
    "track_id": "7ca9f665-b071-4dcf-9887-6a449b67e6d6",
    "recording_id": null,
    "artist": "Karen O",
    "artist_ids": [
        "14d44067-99c2-4f77-b58b-138f0b6911fa"
    ],
    "album": "Crush Songs",
    "release_id": "b70e22ce-9016-4baf-9afd-07baf0691636",
    "release_group_id": null,
    "labels": [
        "Cult Records"
    ],
    "label_ids": [
        "92a164db-c3e0-4f96-8490-1d2291fa9632"
    ],
    "release_date": "2014-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Crush Songs is the debut solo studio album by Yeah Yeah Yeahs lead vocalist Karen O. It was released on September 5, 2014, by Cult Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}