Information about plays

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

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

{
    "id": 1371708,
    "uri": "https://api.kexp.org/v2/plays/1371708/?format=api",
    "airdate": "2008-05-08T19:33:13-07:00",
    "show": 23945,
    "show_uri": "https://api.kexp.org/v2/shows/23945/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LZRFzEUaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LZRFzEUaL._SL75_.jpg",
    "song": "I'm Leavin'",
    "track_id": "f79a6b80-d879-4293-b725-1ddc441587a4",
    "recording_id": null,
    "artist": "Rhonda Vincent",
    "artist_ids": [
        "5ae23016-8069-4a23-91ba-6b7d636ba304"
    ],
    "album": "Good Thing Going",
    "release_id": "18154291-2c38-4dc1-90f3-0e4ec97ba2f2",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2008-01-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}