Information about plays

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

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

{
    "id": 1378738,
    "uri": "https://api.kexp.org/v2/plays/1378738/?format=api",
    "airdate": "2008-05-26T08:48:57-07:00",
    "show": 24063,
    "show_uri": "https://api.kexp.org/v2/shows/24063/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GdVKdOMhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GdVKdOMhL._SL75_.jpg",
    "song": "Raquel",
    "track_id": "613c0696-da25-4756-9662-5ffab2dffb2a",
    "recording_id": null,
    "artist": "Neon Neon",
    "artist_ids": [
        "6191360a-edc5-41d7-a83e-c9f0ab842f53"
    ],
    "album": "Stainless Style",
    "release_id": "74b76326-a7d2-4ea9-a92d-a89663546868",
    "release_group_id": null,
    "labels": [
        "Lex Records"
    ],
    "label_ids": [
        "07c88952-2b68-4610-8736-1ca8f977c204"
    ],
    "release_date": "2008-03-16",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}