Information about plays

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

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

{
    "id": 418621,
    "uri": "https://api.kexp.org/v2/plays/418621/?format=api",
    "airdate": "2001-04-26T22:18:00-07:00",
    "show": 6994,
    "show_uri": "https://api.kexp.org/v2/shows/6994/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dboWz5sEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dboWz5sEL._SL75_.jpg",
    "song": "Harvest Moon",
    "track_id": "557271b7-5b67-443b-b629-5cea61970e0b",
    "recording_id": null,
    "artist": "Cassandra Wison",
    "artist_ids": [
        "eb6595d3-e559-4bcc-a516-843bfdba82e9"
    ],
    "album": "New Moon Daughter",
    "release_id": "b704479d-9f21-4910-b982-76e012f1e909",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1996-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}