Information about plays

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

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

{
    "id": 449788,
    "uri": "https://api.kexp.org/v2/plays/449788/?format=api",
    "airdate": "2001-07-28T13:36:00-07:00",
    "show": 7603,
    "show_uri": "https://api.kexp.org/v2/shows/7603/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61NM%2BtqDItL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61NM%2BtqDItL._SL75_.jpg",
    "song": "Ghetto-ology (feat. Chiefton)",
    "track_id": "f0fdb82a-12b3-4be1-8303-1877d58f3405",
    "recording_id": null,
    "artist": "Goodie Mob",
    "artist_ids": [
        "ade9b668-e38f-41a8-a6e5-51442c5d6468"
    ],
    "album": "Still Standing",
    "release_id": "8e281dc3-dfb9-4468-8dd1-d7324a7bbb82",
    "release_group_id": null,
    "labels": [
        "La Face"
    ],
    "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"
}