Information about plays

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

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

{
    "id": 380376,
    "uri": "https://api.kexp.org/v2/plays/380376/?format=api",
    "airdate": "2019-09-13T11:01:18-07:00",
    "show": 6330,
    "show_uri": "https://api.kexp.org/v2/shows/6330/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dressed in Dresden",
    "track_id": "0c1a2c5e-6d83-33f7-8fa5-cab5ab8156ba",
    "recording_id": null,
    "artist": "The Hundred in the Hands",
    "artist_ids": [
        "ce8021ad-6957-4775-913e-be6562cf779b"
    ],
    "album": "The Hundred in the Hands",
    "release_id": "c8f633c0-bf34-4634-8ca4-cce9e0ac4d61",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2010-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn duo the Hundred in the Hands played live on KEXP in 2010. See it here: https://www.youtube.com/watch?v=lqmpoaE1M5A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}