Information about plays

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

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

{
    "id": 436103,
    "uri": "https://api.kexp.org/v2/plays/436103/?format=api",
    "airdate": "2001-06-19T00:30:00-07:00",
    "show": 7344,
    "show_uri": "https://api.kexp.org/v2/shows/7344/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WCS5NF59L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WCS5NF59L._SL75_.jpg",
    "song": "Homeward Sounds",
    "track_id": null,
    "recording_id": null,
    "artist": "Empress",
    "artist_ids": [
        "4793942d-5aeb-41bb-8361-15c17134931b"
    ],
    "album": "Empress",
    "release_id": "753b15fc-d67b-49f1-908d-5117064f1d47",
    "release_group_id": null,
    "labels": [
        "Pehr"
    ],
    "label_ids": [
        "8e2426a2-2f68-4443-b33c-695571fb0de1"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}