Information about plays

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

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

{
    "id": 1388983,
    "uri": "https://api.kexp.org/v2/plays/1388983/?format=api",
    "airdate": "2008-06-23T03:55:30-07:00",
    "show": 24245,
    "show_uri": "https://api.kexp.org/v2/shows/24245/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61710AJ0ZQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61710AJ0ZQL._SL75_.jpg",
    "song": "Unsung",
    "track_id": "44578b89-c31f-4787-8f35-228b0db5cdc0",
    "recording_id": null,
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "Animositisomina",
    "release_id": "7ad900f0-25ab-45d5-9009-bbd73a1429b6",
    "release_group_id": null,
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "0b188c03-0909-4d18-b8b6-4eb93ca1471c"
    ],
    "release_date": "2003-02-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}