Information about plays

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

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

{
    "id": 1360041,
    "uri": "https://api.kexp.org/v2/plays/1360041/?format=api",
    "airdate": "2008-04-09T07:33:24-07:00",
    "show": 23750,
    "show_uri": "https://api.kexp.org/v2/shows/23750/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EOp8Y0kJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EOp8Y0kJL._SL75_.jpg",
    "song": "White Boy",
    "track_id": null,
    "recording_id": null,
    "artist": "James",
    "artist_ids": [
        "a2accb58-6099-4cb5-a3c8-f6332f364db5"
    ],
    "album": "Hey Ma",
    "release_id": "27dc33a6-9e26-42b1-b502-9c1cd528f08b",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2008-04-07",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}