Information about plays

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

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

{
    "id": 343244,
    "uri": "https://api.kexp.org/v2/plays/343244/?format=api",
    "airdate": "2019-06-19T01:08:00-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ariadna (Ариадна)",
    "track_id": "46bdd19d-7ebe-4c09-bdd9-672e62c577cc",
    "recording_id": null,
    "artist": "Kedr Livanskiy",
    "artist_ids": [
        "0eba6174-335a-41a6-b51a-661998e682a7"
    ],
    "album": "Ariadna",
    "release_id": "b1d1592a-bcef-4559-9c57-c766bfff865d",
    "release_group_id": null,
    "labels": [
        "2MR"
    ],
    "label_ids": [],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kedrina has cited numerous artists that have influenced her sound --  she channels Boards of Canada,Kraftwerk, and Cluster & Eno on her new album. Ariadna says she’s most in line with the current wave of idiosyncratic techno producers like Patricia and Huerco S.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}