Information about plays

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

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

{
    "id": 1379157,
    "uri": "https://api.kexp.org/v2/plays/1379157/?format=api",
    "airdate": "2008-05-27T09:38:05-07:00",
    "show": 24069,
    "show_uri": "https://api.kexp.org/v2/shows/24069/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/619seIUKajL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/619seIUKajL._SL75_.jpg",
    "song": "In the Kitchen",
    "track_id": "a86954f6-4f55-4cec-83d2-67762e0b77d0",
    "recording_id": null,
    "artist": "Pomegranates",
    "artist_ids": [
        "918dece0-de80-42ed-bc7c-b47623da3275"
    ],
    "album": "Everything Is Alive",
    "release_id": "0141ce6d-d2ab-427a-a01c-e7bdb4917f5d",
    "release_group_id": null,
    "labels": [
        "Lujo Records"
    ],
    "label_ids": [
        "9bf9f645-5f9d-42b7-a0db-66d2575f0523"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}