Information about plays

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

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

{
    "id": 422828,
    "uri": "https://api.kexp.org/v2/plays/422828/?format=api",
    "airdate": "2001-05-09T18:14:17-07:00",
    "show": 7086,
    "show_uri": "https://api.kexp.org/v2/shows/7086/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21VGYC35EVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21VGYC35EVL._SL75_.jpg",
    "song": "I Don't Care",
    "track_id": "a95b8b75-34f4-4ae9-8016-c161006d4269",
    "recording_id": null,
    "artist": "Long John Hunter",
    "artist_ids": [
        "3051925f-d398-4261-af56-0c60d660aa1d"
    ],
    "album": "Ooh Wee Pretty Baby!",
    "release_id": "eb87acc6-0bbb-4039-9eb6-85fbd0ea0578",
    "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"
}