Information about plays

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

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

{
    "id": 422832,
    "uri": "https://api.kexp.org/v2/plays/422832/?format=api",
    "airdate": "2001-05-09T18:25:42-07:00",
    "show": 7086,
    "show_uri": "https://api.kexp.org/v2/shows/7086/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UeGk7sZrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UeGk7sZrL._SL75_.jpg",
    "song": "Little Ba-By",
    "track_id": "f9e60767-8495-421d-9ee2-ddfcdc5ea996",
    "recording_id": null,
    "artist": "Lee Dorsey",
    "artist_ids": [
        "23388f69-9c11-44a6-b832-b9071db3423e"
    ],
    "album": "Freedom for the Funk",
    "release_id": "344fa2a1-727a-40fc-a6b8-455bedd56ac8",
    "release_group_id": null,
    "labels": [],
    "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"
}