Information about plays

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

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

{
    "id": 535080,
    "uri": "https://api.kexp.org/v2/plays/535080/?format=api",
    "airdate": "2002-04-05T21:44:31-08:00",
    "show": 9269,
    "show_uri": "https://api.kexp.org/v2/shows/9269/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/211RBZ3MEBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/211RBZ3MEBL._SL75_.jpg",
    "song": "Nude Beach. Pin Hole Camera",
    "track_id": "debbe1e5-f3a9-4b72-b977-2e074d9a8b1c",
    "recording_id": null,
    "artist": "Pele",
    "artist_ids": [
        "033ff29f-dd55-4f13-a80d-f4702fdc3cfa"
    ],
    "album": "The Nudes",
    "release_id": "6e32d5b8-79af-41f6-94c4-7085ad8ea0f4",
    "release_group_id": null,
    "labels": [
        "Polyvinyl Records"
    ],
    "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"
}