Information about plays

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

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

{
    "id": 414541,
    "uri": "https://api.kexp.org/v2/plays/414541/?format=api",
    "airdate": "2001-04-09T09:00:00-07:00",
    "show": 6911,
    "show_uri": "https://api.kexp.org/v2/shows/6911/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OnRmQw1rL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OnRmQw1rL._SL75_.jpg",
    "song": "Still",
    "track_id": "34526049-d08a-4a7c-b32f-be4b82923d80",
    "recording_id": null,
    "artist": "Alpha",
    "artist_ids": [
        "473ad870-79c2-456b-9680-4a73162b59c0"
    ],
    "album": "The Impossible Thrill",
    "release_id": "c1fbd2e5-2025-4f96-8c9f-42d8d6b038b4",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}