Information about plays

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

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

{
    "id": 1278209,
    "uri": "https://api.kexp.org/v2/plays/1278209/?format=api",
    "airdate": "2007-09-12T05:14:20-07:00",
    "show": 22370,
    "show_uri": "https://api.kexp.org/v2/shows/22370/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31K5DEW0J6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31K5DEW0J6L._SL75_.jpg",
    "song": "Show Girl",
    "track_id": null,
    "recording_id": null,
    "artist": "The Auteurs",
    "artist_ids": [
        "c26c3822-451f-4545-b55a-bd09a3c815ae"
    ],
    "album": "New Wave",
    "release_id": "f9664cd5-2fbb-4436-b1c6-e5ef42495077",
    "release_group_id": null,
    "labels": [
        "Hut Recordings"
    ],
    "label_ids": [
        "3dc55be1-e308-4b62-b0ac-7ddcf2845b91"
    ],
    "release_date": "1993-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}