Information about plays

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

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

{
    "id": 1353204,
    "uri": "https://api.kexp.org/v2/plays/1353204/?format=api",
    "airdate": "2008-03-23T03:27:16-07:00",
    "show": 23636,
    "show_uri": "https://api.kexp.org/v2/shows/23636/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4154dEiC-QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4154dEiC-QL._SL75_.jpg",
    "song": "Jai bhavani",
    "track_id": "4bf453cd-7171-43a9-a341-5181c7502387",
    "recording_id": null,
    "artist": "DJ Cheb i Sabbah",
    "artist_ids": [
        "d4570f76-d803-429d-80ec-1b966c2c45ed"
    ],
    "album": "Devotion",
    "release_id": "c7cc1f04-1281-48ab-9055-0615931aa44a",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}