Information about plays

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

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

{
    "id": 427486,
    "uri": "https://api.kexp.org/v2/plays/427486/?format=api",
    "airdate": "2001-05-24T05:12:51-07:00",
    "show": 7179,
    "show_uri": "https://api.kexp.org/v2/shows/7179/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41fppSbNbTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41fppSbNbTL._SL75_.jpg",
    "song": "Come Together",
    "track_id": null,
    "recording_id": null,
    "artist": "Spiritualized",
    "artist_ids": [
        "65041e06-83d2-4987-ae52-c17a915fc82a"
    ],
    "album": "Ladies and Gentlemen We Are Floating in Space",
    "release_id": "02c019fd-a51a-48b2-bd8f-a64803537dc1",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1997-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}