Information about plays

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

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

{
    "id": 1381652,
    "uri": "https://api.kexp.org/v2/plays/1381652/?format=api",
    "airdate": "2008-06-04T01:00:51-07:00",
    "show": 24120,
    "show_uri": "https://api.kexp.org/v2/shows/24120/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SxvdM2VLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SxvdM2VLL._SL75_.jpg",
    "song": "Stay Out All Night",
    "track_id": "e0a94829-33c1-4152-9e74-7a8e88a30f77",
    "recording_id": null,
    "artist": "Bent",
    "artist_ids": [
        "0a77bec1-12ef-4caa-b36a-f533001fcd29"
    ],
    "album": "Intercept!",
    "release_id": "26c164ba-9923-4483-8f0f-33c23ed41ea1",
    "release_group_id": null,
    "labels": [
        "Godlike"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}