Information about plays

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

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

{
    "id": 463247,
    "uri": "https://api.kexp.org/v2/plays/463247/?format=api",
    "airdate": "2001-09-05T21:06:40-07:00",
    "show": 7867,
    "show_uri": "https://api.kexp.org/v2/shows/7867/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4127MO%2BLFuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4127MO%2BLFuL._SL75_.jpg",
    "song": "Made in Hong Kong",
    "track_id": "1ae625a3-978a-4a1c-8150-139235d52c4f",
    "recording_id": null,
    "artist": "Fennesz",
    "artist_ids": [
        "a6f8d42d-d3ff-4268-8d39-ee01341733bb"
    ],
    "album": "Endless Summer",
    "release_id": "36427a64-ec18-4742-9356-c2e74ade62c4",
    "release_group_id": null,
    "labels": [
        "Mega"
    ],
    "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"
}