Information about plays

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

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

{
    "id": 431198,
    "uri": "https://api.kexp.org/v2/plays/431198/?format=api",
    "airdate": "2001-06-04T10:55:42-07:00",
    "show": 7253,
    "show_uri": "https://api.kexp.org/v2/shows/7253/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WQNDQB9KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WQNDQB9KL._SL75_.jpg",
    "song": "Keeping the Motion",
    "track_id": "5a6f0c87-2e98-4b87-8c36-e58021832d14",
    "recording_id": null,
    "artist": "DJ Krush ",
    "artist_ids": [
        "38d16213-25ba-450d-8665-4e08548e62e3"
    ],
    "album": "Krush",
    "release_id": "4fef53f9-1b7e-4466-b29d-1c763167562c",
    "release_group_id": null,
    "labels": [
        "Shadow Records"
    ],
    "label_ids": [
        "0252b53d-c120-4c15-a4a5-589fb758ba3c"
    ],
    "release_date": "1995-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}