Information about plays

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

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

{
    "id": 1353180,
    "uri": "https://api.kexp.org/v2/plays/1353180/?format=api",
    "airdate": "2008-03-23T02:11:32-07:00",
    "show": 23636,
    "show_uri": "https://api.kexp.org/v2/shows/23636/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61nOCt9-P3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61nOCt9-P3L._SL75_.jpg",
    "song": "Here Comes the War",
    "track_id": "fe19781d-3b10-4c07-b4cd-15fb1e501ea1",
    "recording_id": null,
    "artist": "New Model Army",
    "artist_ids": [
        "e60e1f0b-1e8c-45e7-9d4a-222db9cb34f7"
    ],
    "album": "The Love of Hopeless Causes",
    "release_id": "d33259f6-07a1-40de-95dd-0b3a01b1ba90",
    "release_group_id": null,
    "labels": [
        "Sony Classical"
    ],
    "label_ids": [
        "10920823-9ed8-45d9-adb3-69fc22475ab0"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}