Information about plays

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

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

{
    "id": 530107,
    "uri": "https://api.kexp.org/v2/plays/530107/?format=api",
    "airdate": "2002-03-22T19:53:18-08:00",
    "show": 9173,
    "show_uri": "https://api.kexp.org/v2/shows/9173/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21KJWDBCE5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21KJWDBCE5L._SL75_.jpg",
    "song": "Long Drive",
    "track_id": "777f02e2-e467-42e9-9d8d-592884d862ad",
    "recording_id": null,
    "artist": "Ace & The Ragers",
    "artist_ids": [
        "d4d97e79-4f7e-4be5-a304-db2c8b92f787"
    ],
    "album": "...Steal Your Girlfriend",
    "release_id": "c32764b2-6a41-457e-8d83-fef566e2a99b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}