Information about plays

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

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

{
    "id": 422835,
    "uri": "https://api.kexp.org/v2/plays/422835/?format=api",
    "airdate": "2001-05-09T18:34: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": "El Paso Rock",
    "track_id": "36001da0-00d2-43c4-a28e-6fcdce73095b",
    "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"
}