Information about plays

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

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

{
    "id": 1290865,
    "uri": "https://api.kexp.org/v2/plays/1290865/?format=api",
    "airdate": "2007-10-14T15:05:57-07:00",
    "show": 22587,
    "show_uri": "https://api.kexp.org/v2/shows/22587/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51P1Q8GHAKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51P1Q8GHAKL._SL75_.jpg",
    "song": "Nightporter",
    "track_id": "6878057a-480c-495e-924f-e10c93cfd51e",
    "recording_id": null,
    "artist": "Japan",
    "artist_ids": [
        "697e7111-5630-4c77-83f3-39821bacc61a"
    ],
    "album": "Oil on Canvas",
    "release_id": "80910883-e38d-48b3-b1dc-8e36365e94d8",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1992-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}