Information about plays

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

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

{
    "id": 487800,
    "uri": "https://api.kexp.org/v2/plays/487800/?format=api",
    "airdate": "2001-11-18T04:04:17-08:00",
    "show": 8348,
    "show_uri": "https://api.kexp.org/v2/shows/8348/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ANRQRN5EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ANRQRN5EL._SL75_.jpg",
    "song": "Just Like You",
    "track_id": "0969c0a9-e352-4a2a-b974-6148bedb8581",
    "recording_id": null,
    "artist": "Locust",
    "artist_ids": [
        "046a16c2-2c9a-43d2-8fab-6513635a7efd"
    ],
    "album": "Morning Light",
    "release_id": "694d5513-6c9c-4296-ae75-f54665a6fb46",
    "release_group_id": null,
    "labels": [
        "Sire"
    ],
    "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"
}