Information about plays

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

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

{
    "id": 517257,
    "uri": "https://api.kexp.org/v2/plays/517257/?format=api",
    "airdate": "2002-02-13T04:37:00-08:00",
    "show": 8923,
    "show_uri": "https://api.kexp.org/v2/shows/8923/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PIt1dv6SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PIt1dv6SL._SL75_.jpg",
    "song": "Don Quixote's Windmill",
    "track_id": "005993e8-0db8-4ec6-8265-3a4d4df8b20f",
    "recording_id": null,
    "artist": "Kelly Joe Phelps",
    "artist_ids": [
        "fb1a017d-697d-48e6-8884-3ab3b41709ab"
    ],
    "album": "Beggar's Oil E.P.",
    "release_id": "e0a2671e-9d46-43e4-864e-8936ed267a6a",
    "release_group_id": null,
    "labels": [
        "RYCO"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}