Information about plays

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

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

{
    "id": 421362,
    "uri": "https://api.kexp.org/v2/plays/421362/?format=api",
    "airdate": "2001-05-05T01:30:00-07:00",
    "show": 7053,
    "show_uri": "https://api.kexp.org/v2/shows/7053/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31YZM3RT3KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31YZM3RT3KL._SL75_.jpg",
    "song": "Alarm",
    "track_id": "e07c1fa8-6276-41ac-acbe-43da424d7845",
    "recording_id": null,
    "artist": "Nitzer Ebb",
    "artist_ids": [
        "d260c14e-2ef1-4d3d-8739-70d517efac8a"
    ],
    "album": "That Total Age",
    "release_id": "b5f67d1f-b2c2-49ad-a542-62e671682f33",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1987-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}