Information about plays

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

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

{
    "id": 1364207,
    "uri": "https://api.kexp.org/v2/plays/1364207/?format=api",
    "airdate": "2008-04-19T19:33:20-07:00",
    "show": 23819,
    "show_uri": "https://api.kexp.org/v2/shows/23819/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51F43BDDM9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51F43BDDM9L._SL75_.jpg",
    "song": "Cough Coughing",
    "track_id": null,
    "recording_id": null,
    "artist": "Menomena",
    "artist_ids": [
        "ad386705-fb8c-40ec-94d7-e690e079e979"
    ],
    "album": "I Am the Fun Blame Monster",
    "release_id": "7c3e4df4-82c5-49f3-882c-aa5987497e73",
    "release_group_id": null,
    "labels": [
        "FILMguerrero"
    ],
    "label_ids": [
        "ee88466f-284c-4488-90da-e0841272c59d"
    ],
    "release_date": "2004-10-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}