Information about plays

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

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

{
    "id": 1391313,
    "uri": "https://api.kexp.org/v2/plays/1391313/?format=api",
    "airdate": "2008-06-28T23:02:00-07:00",
    "show": 24282,
    "show_uri": "https://api.kexp.org/v2/shows/24282/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51a0pESgcpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51a0pESgcpL._SL75_.jpg",
    "song": "Reject Yourself",
    "track_id": "cdd9f769-54b7-45c5-8fff-167c87037937",
    "recording_id": null,
    "artist": "100 Flowers",
    "artist_ids": [
        "a93649d4-df82-4d63-94f3-548d14f9eab5"
    ],
    "album": "100 Years of Pulchritude",
    "release_id": "7a76f1ce-7ac4-4c47-b830-bc4423bbdb00",
    "release_group_id": null,
    "labels": [
        "Happy Squid Records"
    ],
    "label_ids": [
        "b56dda0a-9cfe-4589-8770-20978adab21c"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}