Information about plays

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

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

{
    "id": 1410344,
    "uri": "https://api.kexp.org/v2/plays/1410344/?format=api",
    "airdate": "2008-08-15T23:11:32-07:00",
    "show": 24602,
    "show_uri": "https://api.kexp.org/v2/shows/24602/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dEWPuC7KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dEWPuC7KL._SL75_.jpg",
    "song": "Déjà Vu",
    "track_id": null,
    "recording_id": null,
    "artist": "Telepathique",
    "artist_ids": [
        "c77e33d8-837d-44dc-8f25-a705551038ae"
    ],
    "album": "Last Time on Earth",
    "release_id": "eebe4b96-b08b-4cf8-86c2-4168bf947cbb",
    "release_group_id": null,
    "labels": [
        "French"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}