Information about plays

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

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

{
    "id": 343247,
    "uri": "https://api.kexp.org/v2/plays/343247/?format=api",
    "airdate": "2019-06-19T01:22:51-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "http://coverartarchive.org/release/7311ac0d-ddcc-403a-a5cb-d7e62dd06ab4/10497637105-250.jpg",
    "thumbnail_uri": "",
    "song": "Crystal",
    "track_id": "4933381f-1d24-307c-8cdb-b347a4767be0",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "20 Years of New Order",
    "release_id": "7311ac0d-ddcc-403a-a5cb-d7e62dd06ab4",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Singer-guitarist Bernard Sumner originally gave the song to German record label Mastermind for Success, and it was recorded by label artist Corvin Dalek. However, DJ Pete Tong heard the song and declared it to be the best New Order single since \"Blue Monday\", leading Sumner to reconsider the gift and have New Order record and release it.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}