Information about plays

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

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

{
    "id": 418809,
    "uri": "https://api.kexp.org/v2/plays/418809/?format=api",
    "airdate": "2001-04-27T12:49:24-07:00",
    "show": 6997,
    "show_uri": "https://api.kexp.org/v2/shows/6997/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mmWgz7QVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mmWgz7QVL._SL75_.jpg",
    "song": "Half of My Heart",
    "track_id": "39815701-c076-422f-b677-36c9d908cc3a",
    "recording_id": null,
    "artist": "The Mooney Suzuki",
    "artist_ids": [
        "56685d90-981e-4768-a9e9-488de5ecef9c"
    ],
    "album": "People Get Ready",
    "release_id": "06df1caf-83d4-4bb4-9366-8a2bd2a93242",
    "release_group_id": null,
    "labels": [
        "Estrus Records"
    ],
    "label_ids": [
        "0e4027d6-7826-4082-b1be-41c59f30e982"
    ],
    "release_date": "2000-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}