Information about plays

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

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

{
    "id": 534680,
    "uri": "https://api.kexp.org/v2/plays/534680/?format=api",
    "airdate": "2002-04-04T19:29:00-08:00",
    "show": 9262,
    "show_uri": "https://api.kexp.org/v2/shows/9262/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TDPNYXAEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TDPNYXAEL._SL75_.jpg",
    "song": "Don't Take Yesterday",
    "track_id": "97154cb6-fa87-4e7c-a990-84a8ae225228",
    "recording_id": null,
    "artist": "Jesse Dayton",
    "artist_ids": [
        "af20bc05-89d1-4390-b4f1-2080a341a6b6"
    ],
    "album": "Hey Nashvegas!",
    "release_id": "9de635b3-c159-428e-8498-dcbe8598ba8e",
    "release_group_id": null,
    "labels": [
        "Stag Records"
    ],
    "label_ids": [
        "669e461e-2179-4b5b-bff4-693ef994f3a6"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}