Information about plays

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

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

{
    "id": 417451,
    "uri": "https://api.kexp.org/v2/plays/417451/?format=api",
    "airdate": "2001-04-23T14:45:00-07:00",
    "show": 6972,
    "show_uri": "https://api.kexp.org/v2/shows/6972/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bonnie and Clyde",
    "track_id": "a5fa4901-ddb0-4c74-8bde-415939cc2733",
    "recording_id": null,
    "artist": "Robin Holcomb & Wayne Horvitz",
    "artist_ids": [
        "32a69202-92a6-4d0d-8b74-b90b496f2654"
    ],
    "album": "Great Jewish Music: Serge Gainsbourg",
    "release_id": "effe6488-76e8-45bd-9b27-1f2bc1601584",
    "release_group_id": null,
    "labels": [
        "Tzadik"
    ],
    "label_ids": [
        "6ba6207e-a68e-43c9-bebf-6d4d9cae5773"
    ],
    "release_date": "1997-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}