Information about plays

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

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

{
    "id": 532454,
    "uri": "https://api.kexp.org/v2/plays/532454/?format=api",
    "airdate": "2002-03-29T06:14:30-08:00",
    "show": 9217,
    "show_uri": "https://api.kexp.org/v2/shows/9217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sv%2Bndbv2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sv%2Bndbv2L._SL75_.jpg",
    "song": "Music Is Math",
    "track_id": "f0a4be92-bf11-43e3-90eb-6a47e9bcba0c",
    "recording_id": null,
    "artist": "Boards of Canada",
    "artist_ids": [
        "69158f97-4c07-4c4e-baf8-4e4ab1ed666e"
    ],
    "album": "Geogaddi",
    "release_id": "e9994638-8b56-4641-85cd-a7267c36993a",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2002-02-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}