Information about plays

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

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

{
    "id": 1355435,
    "uri": "https://api.kexp.org/v2/plays/1355435/?format=api",
    "airdate": "2008-03-28T18:17:00-07:00",
    "show": 23672,
    "show_uri": "https://api.kexp.org/v2/shows/23672/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ohJFY1bvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ohJFY1bvL._SL75_.jpg",
    "song": "Point Break",
    "track_id": "4074b5ae-4f9a-41b1-821f-001ce98437c3",
    "recording_id": null,
    "artist": "The Bambi Molesters",
    "artist_ids": [
        "e0668292-5084-4bb2-9eff-785c1efbc13a"
    ],
    "album": "Dumb Loud Hollow Twang",
    "release_id": "a1904868-e9ab-4fd7-825e-842ca12f80fa",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}