Information about plays

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

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

{
    "id": 344346,
    "uri": "https://api.kexp.org/v2/plays/344346/?format=api",
    "airdate": "2019-06-21T14:24:00-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There Used to Be a Darkness",
    "track_id": "38d26dce-c2c7-413e-a39c-f8d3f1cf36d6",
    "recording_id": null,
    "artist": "Mikko Joensuu",
    "artist_ids": [
        "1879f99d-e3fe-4013-9fb4-1ffd68b3e33f"
    ],
    "album": "Amen 2",
    "release_id": "058fd3c3-135a-4882-969f-89fa4f8822a2",
    "release_group_id": null,
    "labels": [
        "Svart Records"
    ],
    "label_ids": [
        "af3204cc-0abf-41b6-9766-ae67fc8f9014"
    ],
    "release_date": "2016-11-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this KEXP Song of the Day review of Mikko Joensuu's 11-minute epic \"There Used to Be a Darkness\": https://www.kexp.org/read/2017/05/09/song-of-the-day-mikko-joensuu-there-used-to-be-a-darkness/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}