Information about plays

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

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

{
    "id": 1307429,
    "uri": "https://api.kexp.org/v2/plays/1307429/?format=api",
    "airdate": "2007-11-27T14:00:00-08:00",
    "show": 22871,
    "show_uri": "https://api.kexp.org/v2/shows/22871/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/617XSUZ9puL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/617XSUZ9puL._SL75_.jpg",
    "song": "Your Rolling Hills",
    "track_id": "4139beab-5034-4f0b-a046-22b98ad04e48",
    "recording_id": null,
    "artist": "Move D",
    "artist_ids": [
        "20a3f336-f78c-40c4-bc37-ef53cce4ae53"
    ],
    "album": "Compost Black Label Series, Volume 2",
    "release_id": "59382862-8e92-4bea-a9d1-9fe70fee6006",
    "release_group_id": null,
    "labels": [
        "Compost Records"
    ],
    "label_ids": [
        "c1c625b5-9929-4a30-8c3e-f77e109cdf07"
    ],
    "release_date": "2007-04-30",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}