Information about plays

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

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

{
    "id": 1336075,
    "uri": "https://api.kexp.org/v2/plays/1336075/?format=api",
    "airdate": "2008-02-08T03:54:34-08:00",
    "show": 23348,
    "show_uri": "https://api.kexp.org/v2/shows/23348/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Gn5uoRQ1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Gn5uoRQ1L._SL75_.jpg",
    "song": "Out of Time",
    "track_id": "a9f1b851-e0dc-4b65-b226-c4b69dffa685",
    "recording_id": null,
    "artist": "Jason Collett",
    "artist_ids": [
        "c6488dd8-0d4e-4035-bbbb-11719d2f41cd"
    ],
    "album": "Here's to Being Here",
    "release_id": "3131595e-48f2-4a53-814b-55403254fb7e",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2008-02-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}