Information about plays

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

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

{
    "id": 415029,
    "uri": "https://api.kexp.org/v2/plays/415029/?format=api",
    "airdate": "2001-04-13T14:00:00-07:00",
    "show": 6922,
    "show_uri": "https://api.kexp.org/v2/shows/6922/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412X7XCBQSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412X7XCBQSL._SL75_.jpg",
    "song": "Down Home",
    "track_id": "fc667271-ada7-4e65-88c9-3974cd92f582",
    "recording_id": null,
    "artist": "Explosion Robinson",
    "artist_ids": [
        "f89eb0ac-3f8e-42db-a818-a2271aaa2fe1"
    ],
    "album": "The Luxury Leader",
    "release_id": "d1d11f38-ef1f-49ed-be3b-9f3add1756ad",
    "release_group_id": null,
    "labels": [
        "Slabco"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}