Information about plays

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

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

{
    "id": 424006,
    "uri": "https://api.kexp.org/v2/plays/424006/?format=api",
    "airdate": "2001-05-13T13:45:00-07:00",
    "show": 7110,
    "show_uri": "https://api.kexp.org/v2/shows/7110/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RS28AFKAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RS28AFKAL._SL75_.jpg",
    "song": "This Is to Mother You",
    "track_id": "a794acb2-ae4c-402c-80c2-73f52c398e28",
    "recording_id": null,
    "artist": "Sinéad O'Connor",
    "artist_ids": [
        "c78a77fa-507c-4c07-947a-0355029453bd"
    ],
    "album": "Gospel Oak",
    "release_id": "4c4b4d8c-3f54-4d3e-8a78-912b0fbf3b04",
    "release_group_id": null,
    "labels": [
        "Chysalis"
    ],
    "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"
}