Information about plays

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

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

{
    "id": 490632,
    "uri": "https://api.kexp.org/v2/plays/490632/?format=api",
    "airdate": "2001-11-26T19:06:40-08:00",
    "show": 8405,
    "show_uri": "https://api.kexp.org/v2/shows/8405/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61juKYgvbSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61juKYgvbSL._SL75_.jpg",
    "song": "MAW Expensive",
    "track_id": "ee1dcb1c-2ec1-4af7-83a4-9df0a11829a0",
    "recording_id": null,
    "artist": "Masters at Work",
    "artist_ids": [
        "11293854-fc44-43e2-bb37-c48e5063bb55"
    ],
    "album": "African Travels",
    "release_id": "12d360e4-a8fb-416f-8165-e1835b856c99",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2001-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}