Information about plays

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

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

{
    "id": 1382746,
    "uri": "https://api.kexp.org/v2/plays/1382746/?format=api",
    "airdate": "2008-06-07T09:40:00-07:00",
    "show": 24140,
    "show_uri": "https://api.kexp.org/v2/shows/24140/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lJ4h0L6uL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lJ4h0L6uL._SL75_.jpg",
    "song": "Row Fisherman",
    "track_id": "0915693e-9d38-4c85-9421-2714df53b4d3",
    "recording_id": null,
    "artist": "Wailing Souls",
    "artist_ids": [
        "f28a0e2e-d469-4f9d-8080-f5548fc1a239"
    ],
    "album": "Wild Suspense",
    "release_id": "5730edc4-7805-4d76-83b0-f49264ed40f7",
    "release_group_id": null,
    "labels": [
        "Studio One"
    ],
    "label_ids": [
        "f276f83e-e35b-4767-ba67-904ecff2cab6"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}