Information about plays

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

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

{
    "id": 1311638,
    "uri": "https://api.kexp.org/v2/plays/1311638/?format=api",
    "airdate": "2007-12-08T03:46:28-08:00",
    "show": 22939,
    "show_uri": "https://api.kexp.org/v2/shows/22939/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31XRRET9RPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31XRRET9RPL._SL75_.jpg",
    "song": "Let Me Go, Rock And Roll",
    "track_id": null,
    "recording_id": null,
    "artist": "KISS",
    "artist_ids": [
        "e1f1e33e-2e4c-4d43-b91b-7064068d3283"
    ],
    "album": "Hotter Than Hell",
    "release_id": "5ecd552b-e54b-4c37-b62c-9d6234834bad",
    "release_group_id": null,
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1974-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}