Information about plays

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

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

{
    "id": 415693,
    "uri": "https://api.kexp.org/v2/plays/415693/?format=api",
    "airdate": "2001-04-17T10:52:30-07:00",
    "show": 6936,
    "show_uri": "https://api.kexp.org/v2/shows/6936/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PBNEVCE2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PBNEVCE2L._SL75_.jpg",
    "song": "Cigarettes Will Kill You",
    "track_id": "e8dac8d1-29de-432e-bd19-b189be828ca1",
    "recording_id": null,
    "artist": "Ben Lee",
    "artist_ids": [
        "3a9f3479-4f0c-4355-8ccd-c9ed5cd01586"
    ],
    "album": "Breathing Tornados",
    "release_id": "02c285cd-a4a9-4fdd-9158-89d4fe99a675",
    "release_group_id": null,
    "labels": [
        "Grand Royal"
    ],
    "label_ids": [
        "9844e78d-d74a-4722-a28b-5f5ff840b6ad"
    ],
    "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"
}