Information about plays

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

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

{
    "id": 1337168,
    "uri": "https://api.kexp.org/v2/plays/1337168/?format=api",
    "airdate": "2008-02-10T22:29:00-08:00",
    "show": 23368,
    "show_uri": "https://api.kexp.org/v2/shows/23368/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZlqY8XruL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZlqY8XruL._SL75_.jpg",
    "song": "Night (Digital Soundboy remix)",
    "track_id": "2e9b6771-b352-449c-b833-67a660b6a1c0",
    "recording_id": null,
    "artist": "Benga & Coki",
    "artist_ids": [
        "b7bd33ff-13ca-4ea4-a33b-560ccfcef8bd"
    ],
    "album": "Night",
    "release_id": "f0427599-953a-4935-a76a-2bf815eae173",
    "release_group_id": null,
    "labels": [
        "Tempa"
    ],
    "label_ids": [
        "afb77626-2867-4bad-aae9-f390969eb6b1"
    ],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}