Information about plays

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

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

{
    "id": 433081,
    "uri": "https://api.kexp.org/v2/plays/433081/?format=api",
    "airdate": "2001-06-09T22:05:00-07:00",
    "show": 7286,
    "show_uri": "https://api.kexp.org/v2/shows/7286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whoktish",
    "track_id": "9d1b3c5e-a071-49d2-8c71-d0fb46d8d178",
    "recording_id": null,
    "artist": "Idjut Boys & Laj",
    "artist_ids": [
        "703564c8-d396-4fed-8a80-e9cbc079526f"
    ],
    "album": "The U-Star Daze",
    "release_id": "c75636bc-08fc-4293-b8a1-4926dd339c53",
    "release_group_id": null,
    "labels": [
        "U STAR"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}