Information about plays

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

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

{
    "id": 415570,
    "uri": "https://api.kexp.org/v2/plays/415570/?format=api",
    "airdate": "2001-04-17T04:11:15-07:00",
    "show": 6934,
    "show_uri": "https://api.kexp.org/v2/shows/6934/?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": "Clear Sky",
    "track_id": "e81d7c81-c3e2-463a-a525-518d05f57ee6",
    "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"
}