Information about plays

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

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

{
    "id": 419013,
    "uri": "https://api.kexp.org/v2/plays/419013/?format=api",
    "airdate": "2001-04-28T00:55:42-07:00",
    "show": 7001,
    "show_uri": "https://api.kexp.org/v2/shows/7001/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41FAD28Z2JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41FAD28Z2JL._SL75_.jpg",
    "song": "Before (Herbert's After mix)",
    "track_id": "65031322-f0d3-4034-93bb-5ce1bef78760",
    "recording_id": null,
    "artist": "dZihan & Kamien",
    "artist_ids": [
        "d3fe567e-0681-48c8-9735-6cc9942629f4"
    ],
    "album": "Refreaked",
    "release_id": "ba41ef74-8398-426f-98b9-5b7f2e92d3ea",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2001-03-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}