Information about plays

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

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

{
    "id": 430778,
    "uri": "https://api.kexp.org/v2/plays/430778/?format=api",
    "airdate": "2001-06-03T01:21:25-07:00",
    "show": 7243,
    "show_uri": "https://api.kexp.org/v2/shows/7243/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21KTAP5P86L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21KTAP5P86L._SL75_.jpg",
    "song": "Stillborn",
    "track_id": "1a9ecbb2-5725-4e51-aa58-852d0132ab5d",
    "recording_id": null,
    "artist": "Michelle Shocked",
    "artist_ids": [
        "e2f41b6e-7045-44e8-86bf-deee758532e2"
    ],
    "album": "Kind Hearted Woman",
    "release_id": "6a788644-e074-4aee-9266-318bb6108133",
    "release_group_id": null,
    "labels": [
        "Mood Swing"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}