Information about plays

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

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

{
    "id": 493178,
    "uri": "https://api.kexp.org/v2/plays/493178/?format=api",
    "airdate": "2001-12-04T05:01:00-08:00",
    "show": 8455,
    "show_uri": "https://api.kexp.org/v2/shows/8455/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NZSM8ENHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NZSM8ENHL._SL75_.jpg",
    "song": "Morning Sun",
    "track_id": "a540ca84-b4c1-4aec-baa7-1c7f1af6d058",
    "recording_id": null,
    "artist": "Utah Saints",
    "artist_ids": [
        "6de1f94d-3d2e-40dd-a5e7-3170332a6a93"
    ],
    "album": "Two",
    "release_id": "87556c77-ea6d-47a6-a696-93f620fb4b45",
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "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"
}