Information about plays

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

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

{
    "id": 497066,
    "uri": "https://api.kexp.org/v2/plays/497066/?format=api",
    "airdate": "2001-12-15T13:10:00-08:00",
    "show": 8526,
    "show_uri": "https://api.kexp.org/v2/shows/8526/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31SXP5S35DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31SXP5S35DL._SL75_.jpg",
    "song": "Red Rain",
    "track_id": "a8bcece2-3379-4c78-a5d0-19256ea8b25d",
    "recording_id": null,
    "artist": "This Mortal Coil",
    "artist_ids": [
        "60ef8ddb-7676-4056-a357-9a8c228d03a6"
    ],
    "album": "Filigree & Shadow",
    "release_id": "b6a8e783-b66e-4ba0-8847-d1056fd32748",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1986-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}