Information about plays

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

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

{
    "id": 466593,
    "uri": "https://api.kexp.org/v2/plays/466593/?format=api",
    "airdate": "2001-09-15T22:04:00-07:00",
    "show": 7935,
    "show_uri": "https://api.kexp.org/v2/shows/7935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Control",
    "track_id": "18c69a37-8fab-4226-b09b-90b8d5c96475",
    "recording_id": null,
    "artist": "The Invaderz",
    "artist_ids": [
        "9c2afc95-9c1f-4b9f-98b7-9eeec3b5f23a"
    ],
    "album": "Feel It / Control",
    "release_id": "5ae1ae36-a8f7-4d10-a71b-d75236eb9e3b",
    "release_group_id": null,
    "labels": [
        "Advanced"
    ],
    "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"
}