Information about plays

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

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

{
    "id": 1275415,
    "uri": "https://api.kexp.org/v2/plays/1275415/?format=api",
    "airdate": "2007-09-05T02:01:25-07:00",
    "show": 22324,
    "show_uri": "https://api.kexp.org/v2/shows/22324/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wCeNQ6uGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wCeNQ6uGL._SL75_.jpg",
    "song": "Come Back to Me",
    "track_id": "6cf6d6e0-72f2-4e98-b555-e3008ea76222",
    "recording_id": null,
    "artist": "Sarah Borges & The Broken Singles",
    "artist_ids": [
        "e30c3221-c46a-48b5-aa9b-c9c64878ec71"
    ],
    "album": "Diamonds in the Dark",
    "release_id": "cc1fa149-f905-4684-b618-76c9b955ea62",
    "release_group_id": null,
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [
        "afa6382b-5e0a-43e1-9607-6e12abadf387"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}