Information about plays

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

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

{
    "id": 509945,
    "uri": "https://api.kexp.org/v2/plays/509945/?format=api",
    "airdate": "2002-01-23T08:27:00-08:00",
    "show": 8784,
    "show_uri": "https://api.kexp.org/v2/shows/8784/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Aed1VAfiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Aed1VAfiL._SL75_.jpg",
    "song": "Do What You Will Do",
    "track_id": null,
    "recording_id": null,
    "artist": "Will Oldham",
    "artist_ids": [
        "eb51090c-662a-47a1-967c-c63292d9831a"
    ],
    "album": "Black/Rich Music",
    "release_id": "829324a7-aa06-493d-b995-e301f91d3b7e",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1998-07-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}