Information about plays

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

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

{
    "id": 1360091,
    "uri": "https://api.kexp.org/v2/plays/1360091/?format=api",
    "airdate": "2008-04-09T10:56:59-07:00",
    "show": 23751,
    "show_uri": "https://api.kexp.org/v2/shows/23751/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61nKNxMWd7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61nKNxMWd7L._SL75_.jpg",
    "song": "Foux du Fafa",
    "track_id": "9182f802-bf91-4199-902c-d2761cfc79c1",
    "recording_id": null,
    "artist": "Flight of the Conchords",
    "artist_ids": [
        "8c40d05a-5a15-4f6e-95a9-fdab723680a2"
    ],
    "album": "Flight of the Conchords",
    "release_id": "451c994e-5797-46d5-a3cf-15d875a5f20d",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-04-21",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}