Information about plays

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

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

{
    "id": 414459,
    "uri": "https://api.kexp.org/v2/plays/414459/?format=api",
    "airdate": "2001-03-04T15:00:00-08:00",
    "show": 6908,
    "show_uri": "https://api.kexp.org/v2/shows/6908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31F0HRBAV0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31F0HRBAV0L._SL75_.jpg",
    "song": "Suburban Empty Movie Theater",
    "track_id": null,
    "recording_id": null,
    "artist": "Migala",
    "artist_ids": [
        "4fad0292-4d01-4e02-a06f-566e68500f05"
    ],
    "album": "Arde",
    "release_id": "65f4bbb1-240f-48e2-9bb6-189da4ac2daa",
    "release_group_id": null,
    "labels": [
        "Acuarela Discos"
    ],
    "label_ids": [
        "163a9d79-af08-489e-9698-7fa78800000e"
    ],
    "release_date": "2000-12-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}