Information about plays

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

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

{
    "id": 1379036,
    "uri": "https://api.kexp.org/v2/plays/1379036/?format=api",
    "airdate": "2008-05-27T02:59:23-07:00",
    "show": 24068,
    "show_uri": "https://api.kexp.org/v2/shows/24068/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PDZV9ZTDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PDZV9ZTDL._SL75_.jpg",
    "song": "Lover I Don't Have to Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Bright Eyes",
    "artist_ids": [
        "78f797e3-4913-4026-aad0-1cd858bd735b"
    ],
    "album": "Lifted or The Story Is in the Soil, Keep Your Ear to the Ground",
    "release_id": "befc806a-fcc5-45b3-8162-4886c0d28627",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2002-08-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}