Information about plays

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

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

{
    "id": 1378957,
    "uri": "https://api.kexp.org/v2/plays/1378957/?format=api",
    "airdate": "2008-05-26T23:16:34-07:00",
    "show": 24067,
    "show_uri": "https://api.kexp.org/v2/shows/24067/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51w7bZmS0CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51w7bZmS0CL._SL75_.jpg",
    "song": "Amerimacka (feat. Notch)",
    "track_id": null,
    "recording_id": null,
    "artist": "Thievery Corporation",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "The Cosmic Game",
    "release_id": "91af6753-4ef5-46b3-9fed-f51f1af23302",
    "release_group_id": null,
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [
        "854bde53-2065-416f-bba4-3ab868709e99"
    ],
    "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"
}