Information about plays

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

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

{
    "id": 1260855,
    "uri": "https://api.kexp.org/v2/plays/1260855/?format=api",
    "airdate": "2007-07-30T10:15:00-07:00",
    "show": 22082,
    "show_uri": "https://api.kexp.org/v2/shows/22082/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21JM1FX2X9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21JM1FX2X9L._SL75_.jpg",
    "song": "Little Blue Light",
    "track_id": "27f71b24-2b40-455d-98a1-2eeae0c27dca",
    "recording_id": null,
    "artist": "Miracle Legion",
    "artist_ids": [
        "b6967aa4-bc27-4000-a23c-c907a52ecbd9"
    ],
    "album": "Drenched",
    "release_id": "73f8174e-abef-4bed-9b79-619fcbb6cf3e",
    "release_group_id": null,
    "labels": [
        "Morgan Creek Records"
    ],
    "label_ids": [
        "861038b8-272f-4f6c-abf6-2723ba88b0af"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}