Information about plays

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

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

{
    "id": 517017,
    "uri": "https://api.kexp.org/v2/plays/517017/?format=api",
    "airdate": "2002-02-12T14:27:00-08:00",
    "show": 8920,
    "show_uri": "https://api.kexp.org/v2/shows/8920/?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": "Lass of Loch Royale (If I Prove False to Thee)",
    "track_id": "6ee3d9c1-a0b6-4f02-91a0-8d461de4dd40",
    "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": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}