Information about plays

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

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

{
    "id": 1342310,
    "uri": "https://api.kexp.org/v2/plays/1342310/?format=api",
    "airdate": "2008-02-23T16:14:00-08:00",
    "show": 23450,
    "show_uri": "https://api.kexp.org/v2/shows/23450/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JRVQMS3HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JRVQMS3HL._SL75_.jpg",
    "song": "White Lines (Don't Do It) (remix by Ben Liebrand)",
    "track_id": "b944d289-a89b-42b0-94d2-af572519d3c9",
    "recording_id": null,
    "artist": "Grandmaster Flash & Melle Mel",
    "artist_ids": [
        "ccda5d6f-cf11-4e6b-a16d-837df99fb7ef"
    ],
    "album": "The 12\" Remixes",
    "release_id": "77984685-8abe-4953-82fb-74da2b91278f",
    "release_group_id": null,
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [
        "afa6382b-5e0a-43e1-9607-6e12abadf387"
    ],
    "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"
}